Pymc3: AttributeError: module 'pymc3' has no attribute 'df_summary'

Created on 7 Jun 2019  路  1Comment  路  Source: pymc-devs/pymc3

The command

pm.df_summary(normal_trace)

gives the error

AttributeError                            Traceback (most recent call last)
<ipython-input-49-2c3cbb7ef870> in <module>
----> 1 pm.df_summary(normal_trace)

AttributeError: module 'pymc3' has no attribute 'df_summary'

I have installed pymc3 using the command below (in Python 3.6)

sudo python3 -m pip install pymc3
sudo python3 -m pip install --upgrade git+https://github.com/pymc-devs/pymc3

Most helpful comment

df_summary is no longer available, use summary instead

>All comments

df_summary is no longer available, use summary instead

Was this page helpful?
0 / 5 - 0 ratings

Related issues

landoblack picture landoblack  路  20Comments

JackCaster picture JackCaster  路  27Comments

junpenglao picture junpenglao  路  20Comments

twiecki picture twiecki  路  23Comments

fonnesbeck picture fonnesbeck  路  88Comments