-
Notifications
You must be signed in to change notification settings - Fork 100
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 Study dataset #1019
Comments
Previous discussion on the Kedro slack for context: https://kedro-org.slack.com/archives/C03RKPCLYGY/p1739205953252009 Feel free to open a PR with your implementation! Here are some guidelines on how to contribute a custom dataset implementation. |
Sorry for the spam @lrcouto. I went a bit too fast reading the contributing guidelines at first :) Should I first try and push my implementation to |
Yes, but it's fairly easy to move something from core to experimental. :) If anything, you need to satisfy a lot fewer CI checks. |
Thanks @deepyaman. Happy to start from experimental! :) |
Description
It would be good to be able to save/load an optuna study.
Context
Having such a dataset would allow for distributed hyperparameter tuning in kedro
Possible Implementation
I have already made an implemention of such an
optuna.StudyDataset
and I would be happy to open a PR to contribute it :)The text was updated successfully, but these errors were encountered: