Skip to content

EHN/DOC add reference and small optimizations for GPR #19952

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 25 commits into from
Jun 23, 2021

Conversation

glemaitre
Copy link
Member

@glemaitre glemaitre commented Apr 22, 2021

related to #19939
build on the top of #19939

Add the couple of equation for GaussianProcessRegression and a link to the book.
Add small optimizations:

  • do not check for finite inputs when solving systems;
  • use original paper algorithm and only solve triangular system instead of two triangular system

Co-authored-by: Chiara Marmo <cmarmo@users.noreply.github.com>
Copy link
Member

@rth rth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment otherwise LGTM.

Copy link
Member

@jjerphan jjerphan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not related to changes made in this PR, but isn't there a small inconsistency between the algorithm and the implementation?

Copy link
Member

@jjerphan jjerphan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @glemaitre.

@glemaitre glemaitre changed the title DOC add reference GPR and equation as comments EHN/DOC add reference and small optimizations for GPR Apr 28, 2021
Copy link
Member

@rth rth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@glemaitre glemaitre merged commit 7b71511 into scikit-learn:main Jun 23, 2021
@glemaitre
Copy link
Member Author

Merging this one since this is mainly documentation and additional test for uncovered code.

samronsin pushed a commit to samronsin/scikit-learn that referenced this pull request Nov 30, 2021
…9952)

Co-authored-by: Ian <iwhalvic@gmail.com>
Co-authored-by: Chiara Marmo <cmarmo@users.noreply.github.com>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
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.

6 participants