- Create a python venv:
python -m venv ./venv && source ./venv/bin/activate
- install the package in the environment:
pip install .
Run the backend first (see instructions at https://github.com/maastrichtu-biss/fairmodels-backend)
Execute the example: python examples/linear-iris/algorithm.py
.