Synthetic Data generators for ML evaluation
To use the package:
pip install git+https://github.com/ml4sts/ml-sim.git
or clone a local copy first
git clone https://github.com/ml4sts/ml-sim.git
cd ml-sim/
pip install .
To use the package, after installed:
import mlsim
To work in a separate development environment use the requirements.txt
to install dependencies
pip install --upgrade .
Or use
pip intall -e .
When updating the package and working in a notebook, the notebook's kernel will need to be restarted to get the updates, if they're done outside of the notebook.
(only needed in development or after upgrade)
To compile docs, jupyter book and some sphinx extensions are required, install them with
pip install -r requirements.txt
then
jupyter-book build docs/
to build the documentation offline.