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
- Host: GitHub
- URL: https://github.com/ctgk/bayesian
- Owner: ctgk
- License: mit
- Created: 2020-09-19T11:39:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-02T07:35:11.000Z (over 4 years ago)
- Last Synced: 2025-01-12T13:52:37.005Z (4 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```