question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update Bambi on Conda Forge

See original GitHub issue

Trying to follow docs but ArviZ doesn’t accept bambi object for summary, and ArviZ raises exception

from bambi import Model
import arviz as az
model = Model(hibbs)
results = model.fit('vote ~ growth', samples=1000, chains=4)
az.summary(results)

image

Docs

https://bambinos.github.io/bambi/index.html image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
tomicaprettocommented, Mar 11, 2021

Just FYI may want to push 0.4.0 to conda-forge. Apologies if that’s already in progress!

Thanks for the reminder, it is now updated

0reactions
sterlinmcommented, Mar 10, 2021

Just FYI may want to push 0.4.0 to conda-forge. Apologies if that’s already in progress!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bambi - :: Anaconda.org
Info: This package contains files in non-standard labels. noarch v0.9.2. conda install. To install this package run one of the following: conda install...
Read more >
conda-forge/bambi-feedstock - GitHub
Updating bambi -feedstock ... If you would like to improve the bambi recipe or build a new package version, please fork this repository...
Read more >
BAyesian Model-Building Interface (Bambi) in Python
Bambi is a high-level Bayesian model-building interface written in Python. It works with the probabilistic programming frameworks PyMC and is designed to make ......
Read more >
Maintaining packages - Conda-Forge
Example workflow for updating a package​​ Navigate to https://github.com/conda-forge/<feedstock> in your favorite web browser and click the fork button. You now ...
Read more >
conda-forge | community driven packaging for conda
Update a package · Search for the appropriate feedstock repository. The list of existing feedstocks is a good place to start. · Fork...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found