You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: