2014-08-21 13:44 GMT+02:00 Joel Nothman <[email protected]>: > I think RandomForestClassifier, using multithreading in version 0.15, should > work nested in multiprocessing.
It would work, but the p * n threads from p processes using n threads each would still compete for the cores, right? ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
