-
Notifications
You must be signed in to change notification settings - Fork 22
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
Refactor LatentGPs #27
Refactor LatentGPs #27
Conversation
Codecov Report
@@ Coverage Diff @@
## master #27 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 202 204 +2
=========================================
+ Hits 202 204 +2
Continue to review full report at Codecov.
|
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.
LGTM other than some style things. Happy to approve once addressed.
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.
Sorry, I know this is quite pedantic.
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.
LGTM
No worries! I missed BTW, Can we rename LatentGPs once this is merged? |
Just needs a patch bump. |
Fine by me. |
This PR implements changes discussed in JuliaGaussianProcesses/GPLikelihoods.jl#4. Particularly, this comment by @willtebbutt.
LatentGP
toLatentFiniteGP
LatentGP
which comprises of theGP
, the likelihood and observation noise and not the inputsx
.