-
Notifications
You must be signed in to change notification settings - Fork 798
Description
-
Describe the current behavior:
pymc3.summary(trace)
returnsTypeError: concat() got an unexpected keyword argument 'join_axes'
-
Describe the expected behavior:
A pandas dataframe should be displayed with summaries of variables in the trace
This issue is caused by pandas being updated to v1.0, but pymc3 was not, see this pymc3 issue for reference: pymc-devs/pymc#3805
-
The web browser you are using (Chrome, Firefox, Safari, etc.):
Chrome -
Link (not screenshot!) to a minimal, public, self-contained notebook that
reproduces this issue (click the Share button, then Get Shareable Link):
https://colab.research.google.com/drive/1RkrgAnDqdwA-Y3oHF1l1oq7gGW5nfbYy?usp=sharing
P.S. Could you also add the arviz package to Colab? It is needed for plotting traceplots of pymc3, currently I am having to download pymc3 traces from drive back to local and plot there.