pymc-devs / pymc-examples

Examples of PyMC models, including a library of Jupyter notebooks.
https://www.pymc.io/projects/examples/en/latest/
MIT License
280 stars 243 forks source link

ModelBuilder notebook is missing predicted regression lines #530

Closed fonnesbeck closed 1 year ago

fonnesbeck commented 1 year ago

Using ModelBuilder class for deploying PyMC models: https://www.pymc.io/projects/examples/en/latest/howto/model_builder.html:

Issue description

The last plot of the notebook, which is supposed to be predicted regression lines, currently only shows the data points:

image

reshamas commented 1 year ago

@BerylKanali is working on this with @Monsurat-Onabajo