We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
update_posterior
FiniteGP
The low-rank update is implemented for the VFE sparse approximation, but this should of course be just as easy for an exact FiniteGP.:)
VFE
The text was updated successfully, but these errors were encountered:
I forgot, we essentially have this:
AbstractGPs.jl/src/exact_gpr_posterior.jl
Line 38 in 09fa526
If you call posterior on a FiniteGP{<:PosteriorGP}, the appropriate thing will happen :)
FiniteGP{<:PosteriorGP}
Sorry, something went wrong.
It's quite confusing that in the exact case, you call posterior, in the approximate case you call update_posterior....
posterior
Agreed. I would be in favour of deprecating update_posterior in favour of simply posterior.
No branches or pull requests
The low-rank update is implemented for the
VFE
sparse approximation, but this should of course be just as easy for an exactFiniteGP
.:)The text was updated successfully, but these errors were encountered: