shane-kercheval / oo-learning

Python machine learning library based on Object Oriented design principles; the goal is to allow users to quickly explore data and search for top machine learning algorithm candidates for a given dataset
MIT License
1 stars 0 forks source link

Seems using parallelization with GridSearchModelTuner with LightGBM model is much slower than without parallelization #46

Open shane-kercheval opened 5 years ago

shane-kercheval commented 5 years ago

not sure if this is specific to the LightGBM models but it doesn't seem to be an issue elsewhere.

E.g. test_Tuner.test_GridSearchModelTuner_regression()