-
Notifications
You must be signed in to change notification settings - Fork 12
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 a tutorial demonstrating how to display plots in Optuna-Dashboard #81
Add a tutorial demonstrating how to display plots in Optuna-Dashboard #81
Conversation
@y0z Could you review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also add a line saying that we have tutorials both for OptunaHub and OptunaHub Registry?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only added tutorial for OptunaHub because tutorial of OptunaHub-Registry is already mentioned.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #81 +/- ##
=======================================
Coverage 88.75% 88.75%
=======================================
Files 9 9
Lines 169 169
=======================================
Hits 150 150
Misses 19 19 ☔ View full report in Codecov by Sentry. |
@nabenabe0928 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the update!
I added some minor comments:)
Thank you again for feedbacks!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM;!
Motivation
I think integrating plots in optuna-dashboard is useful, so I added a tutorial how to do it/
Description of the changes
I created a simple tutorial, demonstrating how to use
optuna_dashboard.save_plotly_graph_object
with the example using Plot Pareto Front for Multiple StudiesI selected it as an example because it is simple and not a built-in module.
The output images are below.