-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC add missing attributes in GaussianProcessClassifier (#14312) #17698
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
DOC add missing attributes in GaussianProcessClassifier (#14312) #17698
Conversation
…#14312) Co-authored-by: Beatriz San Miguel <beatriz.sanmiguelgonzalez@uk.fujitsu.com>
…into doc_attributes
sklearn/gaussian_process/_gpc.py
Outdated
@@ -555,6 +555,10 @@ def optimizer(obj_func, initial_theta, bounds): | |||
|
|||
Attributes | |||
---------- | |||
base_estimator_ : ``_BinaryGaussianProcessClassifierLaplace`` |
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 type description seems a bit overcomplicated. Maybe use Estimator
instead?
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.
Yeah, we will do. We had doubts about the naming :)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
…cikit-learn into doc_attributes
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.
Looks good to me.
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
…#17698) Co-authored-by: Beatriz San Miguel <beatriz.sanmiguelgonzalez@uk.fujitsu.com> Co-authored-by: Loïc Estève <loic.esteve@ymail.com> Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
…#17698) Co-authored-by: Beatriz San Miguel <beatriz.sanmiguelgonzalez@uk.fujitsu.com> Co-authored-by: Loïc Estève <loic.esteve@ymail.com> Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
…#17698) Co-authored-by: Beatriz San Miguel <beatriz.sanmiguelgonzalez@uk.fujitsu.com> Co-authored-by: Loïc Estève <loic.esteve@ymail.com> Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Reference Issues
Add attributes for the GaussianProcessClassifier #14312.
What does this implement/fix? Explain your changes.
Add description for
base_estimator_
attribute.Any other comments?
Co-authored-by: Beatriz San Miguel (beatriz.sanmiguelgonzalez@uk.fujitsu.com)