Skip to content

Summary notebook implementing Bayesian Model Averaging with numpyro.

License

Notifications You must be signed in to change notification settings

edwarddramirez/numpyro-model-avg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binder License: CC0-1.0 Python Repo Size

numpyro-model-avg

Notebook implementing Bayesian Model Averaging with numpyro.

Installation

Run the environment.yml file by running the following command on the main repo directory:

conda env create

The installation works for conda==4.12.0. This will install all packages needed to run the code on a CPU with jupyter.

If you want to run this code with a CUDA GPU, you will need to download the appropriate jaxlib==0.4.13 version. For example, for my GPU running on CUDA==12.3, I would run:

pip install jaxlib==0.4.13+cuda12.cudnn89

The key to using this code directly would be to retain the jax and jaxlib versions.

About

Summary notebook implementing Bayesian Model Averaging with numpyro.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published