ray-project / tune-sklearn

A drop-in replacement for Scikit-Learn’s GridSearchCV / RandomizedSearchCV -- but with cutting edge hyperparameter tuning techniques.
https://docs.ray.io/en/master/tune/api_docs/sklearn.html
Apache License 2.0
465 stars 52 forks source link

sk_n_jobs bug #262

Open xhulianoThe1 opened 1 year ago

xhulianoThe1 commented 1 year ago

In tune_basesearch.py, line 528, sk_n_jobs get passed into the config instead of n_jobs, is this a bug? And if not why is that being passed in instead of self.n_jobs?


config["n_jobs"] = self.sk_n_jobs