Skip to content

Decision trees in R with big data

2 messages · Supriya Jain, Rich Calaway

#
Revolution R Enterprise, a commercial distribution of R, includes
external memory algorithm implementations of both decision trees and
decision forests. These are geared for "tall" data--the two million
rows wouldn't be a problem, nor would two billion, but the 20,000
attributes would probably challenge them.

It's probably worth a look (and is available for free for academic use):

www.revolutionanalytics.com

Hope this helps!

--Rich Calaway
On Mon, Apr 14, 2014 at 9:53 AM, Supriya Jain <sjsjsj2009 at gmail.com> wrote: