Open xhulianoThe1 opened 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
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?