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

Add an optuna example #718

Open
BenjaminBossan opened this issue Nov 12, 2020 · 0 comments
Open

Add an optuna example #718

BenjaminBossan opened this issue Nov 12, 2020 · 0 comments

Comments

@BenjaminBossan
Copy link
Collaborator

It would be nice to add an example of using optuna with skorch. The main reason is that GridSearchCV and RandomizedSearchCV can be much too slow for certain neural networks. Optuna has the potential to be much faster.

This example could be a starting point. As to how, possibilities are a Python script, a Jupyter notebook, or an extension of the docs. Maybe even some of those, like adding a code example and a new chapter in the docs about hyper parameter search.

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

Successfully merging a pull request may close this issue.

1 participant