Closed timodonnell closed 6 years ago
@rohanpai has done some proof of concept work on this and has found it can be a big win when using CPU
Should be exposed the same as scikit-learn handles parallelism using joblib. For example, see the n_jobs argument here: http://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
scikit-learn
n_jobs
@rohanpai has done some proof of concept work on this and has found it can be a big win when using CPU
Should be exposed the same as
scikit-learn
handles parallelism using joblib. For example, see then_jobs
argument here: http://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html