pyPESTO
pyPESTO copied to clipboard
Variational inference with PyMC
I added a wrapper for variational inference with PyMC. The wrapper uses the PymcSampler as basis and directly supports all functions and methods from PyMC see here for details on VI.
To include this properly in pyPESTO one would need to add proper testing and write a Result Object to save the estimated parameters of the variational distribution.
Codecov Report
Attention: Patch coverage is 1.08696% with 91 lines in your changes are missing coverage. Please review.
Project coverage is 83.90%. Comparing base (
7fe40ba) to head (bdd8873).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## develop #1306 +/- ##
===========================================
- Coverage 84.48% 83.90% -0.59%
===========================================
Files 157 160 +3
Lines 12959 13051 +92
===========================================
+ Hits 10949 10950 +1
- Misses 2010 2101 +91
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Mainly tests are missing, but otherwise ready