bayes_mapvar is a Python package that provides tools for Maximum A Posterior (MAP) estimation and posterior variance estimation. TensorFlow Probability and SciPy are leveraged to allow fast and efficient estimation for Bayesian models without using resampling methods..
- pip install bayes_mapvar
or
- Clone the repository.
- Navigate to the project root directory.
- Create the virtual environment with:
> . bin/setup_venv.sh
The documentation for the latest release is at
https://cdlindsey.github.io/bayes_mapvar/mapvar.html
We predict oscar winners in this google collab notebook.
To run unit tests, run this from the project root directory:
> . bin/run_unit_tests.sh