R GUI for Data Mining
January 24, 2010
Leave a comment
Want to get into data mining? Dying to get started and see what all the buzz is about…try “Rattle”. Simply amazing.
Just type in:
install.packages(“rattle”)
install.packages(“cairoDevice”)
Once it’s installed time in (no caps):
rattle()
You can do execute RandomForest and pretty much every major data mining method. Recently won a prestigious “data mining” award.
Enjoy!
http://journal.r-project.org/archive/2009-2/RJournal_2009-2_Williams.pdf

Categories: Data Mining, Open Source, R