Teaching Boundaries of AI Performance

For scripts an analysis:

# add current directory to Python path
export PYTHONPATH=.:$PYTHONPATH

# generate a random decision tree for AI performance
python3 analysis/scripts/01-random_decision_tree.py

random decision tree boundary

For user interface:

cd web
npm install
npm run dev # live version
npm run build # static artefact