-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Use the same implementation of getAxisInfo for rank and contour plot #680
Use the same implementation of getAxisInfo for rank and contour plot #680
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #680 +/- ##
==========================================
+ Coverage 62.88% 64.35% +1.46%
==========================================
Files 35 35
Lines 2250 2250
==========================================
+ Hits 1415 1448 +33
+ Misses 835 802 -33 ☔ View full report in Codecov by Sentry. |
@not522 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.
Thanks for the PR. I have two comments. PTAL.
7b1866c
to
e60663f
Compare
The test fails with optuna==2.10.0. Could you check it? |
@HideakiImamura |
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 your PR! LGTM!
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. I confirmed that the graph is appropriately generated.
Contributor License Agreement
This repository (
optuna-dashboard
) and Goptuna share common code.This pull request may therefore be ported to Goptuna.
Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.
Reference Issues/PRs
To follow up #656
What does this implement/fix? Explain your changes.
Use the same implementation of getAxisInfo for rank and contour plot