SVGP example update - #48
Open
jessegrabowski wants to merge 10 commits into
Open
Conversation
The blanket /docs/source/ rule also hid legitimate new source files; docs/.gitignore already lists the specific generated paths.
Gallery tag chips now link here via {ref} instead of dead markdown
anchors pointing at a file that never existed.
Citations render as numbered footnotes that link down to a reference list on the same page; anchors and numbering are page-local, so there is no central bibliography page and no cross-page label collisions.
A lean quick-start: fit an exact GP to the motorcycle dataset with pg.fit/pg.predict, then a VFE sparse approximation. Replaces the benchmarking-oriented demo notebook.
Notebooks are hand-formatted for teaching; drop jupyter from ruff-format and ignore I001/E402 on *.ipynb.
An all-untracked category emitted a bare, cardless grid directive that sphinx-codeautolink flagged as a build warning.
Replace the legacy pymc_experimental "SSGP" dump with a from-scratch SVGP walkthrough (uncollapsed ELBO, minibatching, whitening, trainable inducing points) on a 1D synthetic and the California housing dataset. Move it under notebooks/approximations/ and register the Approximations gallery category after Introduction. Add the Hensman and Pace & Barry references and gitignore the runtime data caches.
The SVGP notebook no longer promises VFF or non-Gaussian likelihoods, so point to "SVGP and minibatch training at scale" instead.
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new example notebook focusing on how to use SVGP
📚 Documentation preview 📚: https://ptgp--48.org.readthedocs.build/en/48/