-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Sort trials by param value #222
Conversation
Sorry, it looks like the typescript test failed. |
You can use |
Thank you for your comment. In the test script,
For this reason, it has been changed to retrieve 'number'(0 index) after getting it with |
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.
Great 💯 LGTM!
param-independent.mp4 |
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
What does this implement/fix? Explain your changes.
Motivation
Allow displaying a column for each parameter when the search space matches in all trials.
Description of the changes
union_search_space.length === intersection_search_space.length
TODO
The attached zip file is a zipped version of the db file containing the study and the python file used to create it.
sklearn_simple_all_parameter_intersect.zip