Skip to content
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

Merged
merged 4 commits into from
Jul 17, 2020
Merged

Refactor LatentGPs #27

merged 4 commits into from
Jul 17, 2020

Conversation

sharanry
Copy link
Contributor

@sharanry sharanry commented Jul 10, 2020

This PR implements changes discussed in JuliaGaussianProcesses/GPLikelihoods.jl#4. Particularly, this comment by @willtebbutt.

  • Renames LatentGP to LatentFiniteGP
  • Introduces a redefined LatentGP which comprises of the GP, the likelihood and observation noise and not the inputs x.

@codecov-commenter
Copy link

codecov-commenter commented Jul 10, 2020

Codecov Report

Merging #27 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #27   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          202       204    +2     
=========================================
+ Hits           202       204    +2     
Impacted Files Coverage Δ
src/latent_gp/latent_gp.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ac4f85f...13659bc. Read the comment docs.

Copy link
Member

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

src/latent_gp/latent_gp.jl Outdated Show resolved Hide resolved
test/latent_gp/latent_gp.jl Outdated Show resolved Hide resolved
Copy link
Member

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

src/latent_gp/latent_gp.jl Outdated Show resolved Hide resolved
src/latent_gp/latent_gp.jl Outdated Show resolved Hide resolved
willtebbutt
willtebbutt previously approved these changes Jul 17, 2020
Copy link
Member

@willtebbutt willtebbutt left a comment

Choose a reason for hiding this comment

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

LGTM

@sharanry
Copy link
Contributor Author

Sorry, I know this is quite pedantic.

No worries! I missed AbsstractGPs. while transferring code from LatentGPs.

BTW, Can we rename LatentGPs once this is merged?

@willtebbutt
Copy link
Member

Just needs a patch bump.

@willtebbutt
Copy link
Member

BTW, Can we rename LatentGPs once this is merged?

Fine by me.

@sharanry sharanry merged commit 022067b into JuliaGaussianProcesses:master Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants