cd forest_python
python -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
python -m pip install -r requirements.txt
cd forest_python
pytest
German dataset example:
cd forest_python
python -m forest_python.example.run_german
Simple synthetic example:
cd forest_python
python -m forest_python.example.run_simple