owenodriscoll / AutoML

Python package for automated hyperparameter-optimization of common machine-learning algorithms
MIT License
2 stars 0 forks source link

add support for multiple processing cores into Optuna #18

Closed owenodriscoll closed 9 months ago

owenodriscoll commented 1 year ago

And add documentation, with default number of used cores to 1. Figure out why -1 yields errors.

e.g. in the following line add n_jobs = some variable: https://github.com/owenodriscoll/AutoML/blob/b16f06308358d5caf2117adbe12e33ba1419785e/AutoML/automl.py#L331

owenodriscoll commented 10 months ago

In combination with LightGBM, the n_jobs enabled optimization no longer supressess LightGBM warnings. Fix this