Skip to content

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

Merged
merged 8 commits into from
Jun 24, 2020

Conversation

kcetina-fujitsu
Copy link
Contributor

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)

…#14312)

Co-authored-by: Beatriz San Miguel <beatriz.sanmiguelgonzalez@uk.fujitsu.com>
@@ -555,6 +555,10 @@ def optimizer(obj_func, initial_theta, bounds):

Attributes
----------
base_estimator_ : ``_BinaryGaussianProcessClassifierLaplace``
Copy link
Member

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?

Copy link
Contributor Author

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 :)

Copy link
Member

@lesteve lesteve left a 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.

@kcetina-fujitsu
Copy link
Contributor Author

I asked @lesteve and we don't think the errors of commit 924fff6 are related to the PR.
I am not sure why the LGTM and codecov failed.

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
@glemaitre glemaitre merged commit 4a97ad4 into scikit-learn:master Jun 24, 2020
rubywerman pushed a commit to MLH-Fellowship/scikit-learn that referenced this pull request Jun 24, 2020
…#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>
glemaitre added a commit to glemaitre/scikit-learn that referenced this pull request Jul 17, 2020
…#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>
jayzed82 pushed a commit to jayzed82/scikit-learn that referenced this pull request Oct 22, 2020
…#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants