Skip to content

Commit

Permalink
Update pymc3/plots/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre ANDORRA <[email protected]>
  • Loading branch information
CloudChaoszero and AlexAndorra authored Jan 17, 2021
1 parent 0ac0be1 commit b5045c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pymc3/plots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
Plots are delegated to the `ArviZ <https://arviz-devs.github.io/arviz/>`_ library, a general purpose library for
"exploratory analysis of Bayesian models." For more details, see https://arviz-devs.github.io/arviz/
In one case, PyMC3 does preserve the `plot_posterior_predictive_glm` to implement a combined
implementation of both PyMC3 and Arviz to predictively pushforward samples.
Only the `plot_posterior_predictive_glm` is kept in the PyMC code base for now, but it'll will move to ArviZ once the latter adds features for regression plot.
"""
import functools
import sys
Expand Down

0 comments on commit b5045c8

Please sign in to comment.