Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optuna: n_jobs is getting deprecated #13

Open
dinogun opened this issue Apr 6, 2022 · 1 comment
Open

optuna: n_jobs is getting deprecated #13

dinogun opened this issue Apr 6, 2022 · 1 comment
Assignees

Comments

@dinogun
Copy link
Contributor

dinogun commented Apr 6, 2022

It appears that with the latest optuna, parallelism within an experiment viz n_jobs is getting deprecated. This issue is to explore the implications and research any alternatives

@kusumachalasani
Copy link
Contributor

In the latest stable optuna version 2.10, n_jobs is deprecated. But, there is a PR about re-introducing it back.
concurrent.futures is one of the alternative.

Deprecate n_jobs: optuna/optuna#2560
Reintroduce the feature of n_jobs: optuna/optuna#2937
About concurrent.futures : optuna/optuna#2269

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants