-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement whitened parametrisation #71
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Codecov Report
@@ Coverage Diff @@
## master #71 +/- ##
==========================================
+ Coverage 90.65% 90.78% +0.12%
==========================================
Files 4 4
Lines 246 282 +36
==========================================
+ Hits 223 256 +33
- Misses 23 26 +3
Continue to review full report at Codecov.
|
…sianProcesses/ApproximateGPs.jl into wct/whitened-inference
Co-authored-by: Ross Viljoen <ross@viljoen.co.uk>
Could we not have the whitened/non-whitened q(u) parametrisation as a type parametrisation on |
Hmmm having both types subtype |
See https://github.com/JuliaGaussianProcesses/ApproximateGPs.jl/pull/71/files#r744641359 I'm also wondering if we could remove a bunch of the code duplication in whitened_/sparse_variational.jl ... |
Let's merge conflicts and get that merged? |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@theogf please let me know if there's anything else that needs doing. |
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 found additional comments. Especially about "Representation"
Co-authored-by: Théo Galy-Fajou <theo.galyfajou@gmail.com>
Co-authored-by: Théo Galy-Fajou <theo.galyfajou@gmail.com>
Docs are failing to build -- for some reason it can't find the docstrings for |
Are the docs building locally? |
Unfortunately not :( |
Ok I think I got the right fix for the docs (and pushed it) |
The whole reason is that
looks like it does not properly attribute docs, you need to do:
for it to work |
Co-authored-by: st-- <st--@users.noreply.github.com>
Closes #60
@theogf I've beaten you to making a PR!