R (programming language)
R is a free software environment for statistical computing and graphics.
Rattle is a GUI for data mining using R. All interactions through the graphical user interface are captured as R script. It presents statistical and visual summaries of...
rattle is a popular gui for data mining using r. it presents statistical and visual summaries of data, transforms data so that it can be readily modelled, builds both unsupervised and supervised machine learning models from the data, presents the performance of models graphically, and scores new datasets for deployment into production. a key features is that all of your interactions through the graphical user interface are captured as an r script that can be readily executed in r independently of the rattle interface. use it as a tool to learn and develop your skills in r and then to build your initial models in rattle to then be tuned in r which provides considerably more powerful options. we give you the freedom to review the code, use it for whatever purpose you like, and to extend it however you like, without restriction, except that if you then distribute your changes you also need to distribute your source code under the same conditions.
graphical-user-interface graphs machine-learning statistics