pymc icon indicating copy to clipboard operation
pymc copied to clipboard

Repair the plot of pm.Interpolated and add an example for pm.Deterministic

Open Armavica opened this issue 3 years ago • 2 comments

This PR closes #6124 by adding an example and explanation of pm.Deterministic.

It also repairs the plot of pm.Interpolated which was not working, and fixes some of the doc makefile commands.

Checklist

Major / Breaking Changes

  • ...

Bugfixes / New features

  • ...

Docs / Maintenance

  • Fix make serve
  • Fix make html
  • Fix make clean
  • Repair the plot of pm.Interpolated
  • Add an explanation and example to pm.Deterministic

Armavica avatar Sep 13 '22 23:09 Armavica

Codecov Report

Merging #6126 (c032d6e) into main (bbb3082) will decrease coverage by 0.48%. The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6126      +/-   ##
==========================================
- Coverage   91.02%   90.54%   -0.49%     
==========================================
  Files          99      102       +3     
  Lines       20531    21241     +710     
==========================================
+ Hits        18689    19233     +544     
- Misses       1842     2008     +166     
Impacted Files Coverage Δ
pymc/distributions/continuous.py 97.51% <ø> (ø)
pymc/distributions/transforms.py 100.00% <ø> (ø)
pymc/model.py 88.23% <ø> (ø)
pymc/variational/test_functions.py 38.09% <0.00%> (-61.91%) :arrow_down:
pymc/variational/stein.py 48.33% <0.00%> (-51.67%) :arrow_down:
pymc/variational/operators.py 57.14% <0.00%> (-35.72%) :arrow_down:
pymc/variational/inference.py 50.77% <0.00%> (-35.32%) :arrow_down:
pymc/variational/approximations.py 54.79% <0.00%> (-32.53%) :arrow_down:
pymc/variational/callbacks.py 78.00% <0.00%> (-18.00%) :arrow_down:
pymc/variational/opvi.py 75.20% <0.00%> (-11.85%) :arrow_down:
... and 19 more

codecov[bot] avatar Sep 13 '22 23:09 codecov[bot]

My review concerns the changes in docstrings, not the changes to the makerfile

ricardoV94 avatar Sep 14 '22 17:09 ricardoV94