[MRG] Document bounds='fixed' in GP kernels #16209
[MRG] Document bounds='fixed' in GP kernels #16209ogrisel merged 12 commits intoscikit-learn:masterfrom
Conversation
|
@amueller @NicolasHug (from |
NicolasHug
left a comment
There was a problem hiding this comment.
Small style suggestions, please also apply them to the rest of the changes.
Otherwise LGTM, thanks @bharathi-srini
|
Hi @bharathi-srini this PR already has two approvals: do you think you could find some time to sync to master and apply the suggestions? Thanks for your work! |
Co-Authored-By: Nicolas Hug <contact@nicolas-hug.com>
Co-Authored-By: Nicolas Hug <contact@nicolas-hug.com>
Co-Authored-By: Nicolas Hug <contact@nicolas-hug.com>
|
@cmarmo It is done :D Merge conflict needs to be resolved by a code owner though! |
|
@bharathi-srini, what I meant is that you need to |
You have the rights to merge master into your branch. If you need help or prefer us to do it for your let us know but it should not be very hard to do. You can try to use the "Resolve conflicts" button of github if you are not comfortable with doing it from the command line: |
|
Thanks @bharathi-srini. I just pushed two commits to remove some extra blank lines and restore the use of The |
Reference Issues/PRs
Fixes #8358. See also #11274.
See also PR #8391
What does this implement/fix? Explain your changes.
All bounds used in in GP kernels can be 'fixed'. If this option is used, the bounds will not change during hyperparameter tuning. This PR documents this in the docstrings of all the hyperparameters.
Comments
Worked with @hahey at the Berlin scikit-learn sprint 2020