An open API service indexing awesome lists of open source software.

https://github.com/ctgk/bayesian

Interactive playground of Bayesian models
https://github.com/ctgk/bayesian

Last synced: 2 months ago
JSON representation

Interactive playground of Bayesian models

Awesome Lists containing this project

README

        

# Bayesian Inference

Collection of Bayesian inference methods

# App

```bash
pip install git+https://github.com/ctgk/bayesian#egg=bayesian[app]
streamlit run https://raw.githubusercontent.com/ctgk/bayesian/main/app.py
```

or go to

# Contributing

```bash
git clone https://github.com/ctgk/bayesian
cd bayesian
pip install -e .[develop]
pre-commit install
pre-commit install -t pre-push
```