mimo
mimo copied to clipboard
A toolbox for inference of mixture models
Mixture Models
A toolbox for inference of mixture models
Credits
This project extends: https://github.com/mattjj/pybasicbayes
Installation
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 .
Examples
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