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

Use the same implementation of getAxisInfo for rank and contour plot #680

Merged
merged 7 commits into from
Dec 4, 2023

Conversation

keisuke-umezawa
Copy link
Member

@keisuke-umezawa keisuke-umezawa commented Nov 5, 2023

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.

  • I agree this patch may be ported to Goptuna by other Goptuna contributors.

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

Copy link

codecov bot commented Nov 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (462f609) 62.88% compared to head (d2748eb) 64.35%.
Report is 28 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@HideakiImamura
Copy link
Member

@not522 Could you review this PR?

Copy link
Member

@HideakiImamura HideakiImamura left a 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.

optuna_dashboard/ts/components/GraphRank.tsx Outdated Show resolved Hide resolved
optuna_dashboard/ts/components/GraphRank.tsx Outdated Show resolved Hide resolved
@HideakiImamura
Copy link
Member

The test fails with optuna==2.10.0. Could you check it?

@keisuke-umezawa
Copy link
Member Author

@HideakiImamura
Sorry for being late. I fixed errors. Could you review it again?

Copy link
Member

@not522 not522 left a 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!

@not522 not522 removed their assignment Nov 30, 2023
Copy link
Member

@HideakiImamura HideakiImamura left a 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.

@HideakiImamura HideakiImamura merged commit 9f021f5 into optuna:main Dec 4, 2023
10 checks passed
@HideakiImamura HideakiImamura modified the milestone: v0.5.0 Dec 4, 2023
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

Successfully merging this pull request may close these issues.

3 participants