-
Notifications
You must be signed in to change notification settings - Fork 554
[MRG] compatibility update #939
Conversation
|
Hello @lucasplagwitz! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-09-01 22:26:15 UTC |
|
The scikit-learn NaN (normalize_y=True and one point => std=0) error with GP version >= 0.23 is now mentioned in the issue board: scikit-learn#18318. In future versions the n_initial_run increasment might not be necessary anymore, but I don't think they do any harm. |
|
Thanks @lucasplagwitz , can you add [MRG] into the title of your pull request, when your PR is ready for review? As soon as you added [MRG], I will start to review. Thanks again. |
|
Thanks @holgern for your hint. Add the tag immediately. In case of merge, please be so kind and make a release so we can close #931, too. I saw the instruction on your readme but am not totally sure if it should be new 0.8.... |
holgern
left a comment
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.
Everything looks good to me, thanks.
…ngle point - See: - scikit-optimize/scikit-optimize#939 - scikit-learn/scikit-learn#15782 - Alternative could be to change `y_normalize` given to `GaussianProcessRegressor` in `optimization.backends.skopt.engine` (https://github.com/HunterMcGushion/hyperparameter_hunter/blob/cf4a13765a6c871909418e59596260a7f0628fce/hyperparameter_hunter/optimization/backends/skopt/engine.py#L769) to False instead of True
Change few lines to make it work with newest versions of scikit-learn and numpy. Short overview: