uclamii / model_tuner

A library to tune the hyperparameters of common ML models. Supports calibration and custom pipelines.
Apache License 2.0
3 stars 0 forks source link

N_Jobs Not Usable Input #49

Open lshpaner opened 3 weeks ago

lshpaner commented 3 weeks ago

Currently, as it stands, the n_jobs input inside the Model class does not produce sound and proper parallelization of the cpu cores.

Perhaps, there is a way for us to fix this such that it works by passing it as an input inside Model().