Skip to content

[MRG] Document length_scale_bounds="fixed" in GP kernels #8358#11274

Closed
elainejiang8 wants to merge 2 commits intoscikit-learn:masterfrom
elainejiang8:doc-gp-kernel-bound-fixed
Closed

[MRG] Document length_scale_bounds="fixed" in GP kernels #8358#11274
elainejiang8 wants to merge 2 commits intoscikit-learn:masterfrom
elainejiang8:doc-gp-kernel-bound-fixed

Conversation

@elainejiang8
Copy link
Copy Markdown

@elainejiang8 elainejiang8 commented Jun 15, 2018

Reference Issues/PRs

Fixes #8358. See also PR #8391.

What does this implement/fix? Explain your changes.

Documents more clearly that if length_scale_bounds is set to "fixed", the hyperparameter length_scale cannot be changed during tuning.

Any other comments?

Put the default values in the description line as suggested here https://github.com/scikit-learn/scikit-learn/pull/8391/files, since adding default values to the type specification line exceeds the maximum line limit.

@jnothman
Copy link
Copy Markdown
Member

Sorry for the very slow reply. Doesn't the same comment apply to other _bounds
parameters?

@NicolasHug
Copy link
Copy Markdown
Member

Doesn't the same comment apply to other _bounds parameters?

Yes, according to the docstring at the top of the file it should. @elainejiang8, can you update the other parameters docstrings as well?

@ogrisel
Copy link
Copy Markdown
Member

ogrisel commented Feb 21, 2020

Finished in #16209.

@ogrisel ogrisel closed this Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document length_scale_bounds="fixed" in GP kernels.

5 participants