-
Notifications
You must be signed in to change notification settings - Fork 45
bayesian-optimizer #602
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
base: main
Are you sure you want to change the base?
bayesian-optimizer #602
Conversation
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (79.04%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
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.
Hi @spline2hg, thanks for the great PR.
The PR is quite good already but I have made many small comments about the code style.
I'm happy to talk if there are questions.
- "ucb" or "upper_confidence_bound": Upper Confidence Bound | ||
- "ei" or "expected_improvement": Expected Improvement | ||
- "poi" or "probability_of_improvement": Probability of Improvement | ||
Default is None (uses package default). |
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.
What is the package default?
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.
UpperConfidenceBound if no constraints are passed; otherwise ExpectedImprovement.
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.
Then please add that information to the docs
No description provided.