A toolbox for inference of mixture models
This project extends: https://github.com/mattjj/pybasicbayes
Easiest way is to create a conda environment
conda create -n NAME python=3.9
Then head to the cloned repository and execute
pip install -e .
A toy example of fitting a sine wave
python examples/ilr/evaluate_sine.py
A toy example of fitting a step function
python examples/ilr/evaluate_step.py