-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Delete code for optuna v2 #783
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #783 +/- ##
==========================================
+ Coverage 68.96% 69.81% +0.84%
==========================================
Files 35 35
Lines 2388 2369 -19
==========================================
+ Hits 1647 1654 +7
+ Misses 741 715 -26 ☔ View full report in Codecov by Sentry. |
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 pull request. Changes in the python package looks good to me. I left one review comment on the changes in stanalone app.
standalone_app/src/sqlite3.ts
Outdated
@@ -287,30 +287,6 @@ const parseDistributionJSON = (t: string): Distribution => { | |||
step: parsed.attributes.step as number, | |||
log: parsed.attributes.log as boolean, | |||
} | |||
} else if (parsed.name === "UniformDistribution") { |
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.
The standalone app does not depend on Optuna directly, so that it seems not relevant with the dropping support for Optuna v2. Could you keep these existing code?
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.
oh, sorry, I understand. I will fix it.
2dd6c0d
to
d30ed93
Compare
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! Thank you for the update.
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.