Hello all,
I am attempting to train a random forest where each tree is fitted on a
subsample of the training data. However, I'm running into memory bloating when
fitting the trees manually.
Here is an example of the memory differences (profiled with memory_profiler)
between normal random forest fit and the means by which I'm fitting the
individual trees: http://pastebin.com/RRtLxqG8
As far as I can tell I'm performing effectively the same operations as the
random forest source, yet my custom fitting bloats. Should I be doing something
different in the manual fittings?
-Matt Hancock
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general