brandon-mosqueda / SKM

GNU General Public License v3.0
1 stars 0 forks source link

Run in parallel? #1

Closed statslover123 closed 1 year ago

statslover123 commented 1 year ago

Is there a way to run models in parallel ? (gbm, rf)

Especially for grid search or bayesian optimization of hyperparameters, large data can be very slow to test without running in parallel.

brandon-mosqueda commented 1 year ago

Currently is not supported yet, it would be great as you mentioned for hyperparameter tuning but at least both libraries SKM uses internally for gbm and rf use parallelization to build the trees, so in theory there is no much to do with respect of these two algorithms.