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
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()