Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zouharvi/teaching-boundaries
https://github.com/zouharvi/teaching-boundaries
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zouharvi/teaching-boundaries
- Owner: zouharvi
- Created: 2023-11-21T13:17:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-29T12:20:15.000Z (9 months ago)
- Last Synced: 2024-02-29T13:43:55.180Z (9 months ago)
- Language: Python
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teaching Boundaries of AI Performance
For scripts an analysis:
```bash
# 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](https://github.com/zouharvi/teaching-boundaries/assets/7661193/d3813cd7-e512-4cbc-874d-3544adb8cf17)
For user interface:
```bash
cd web
npm install
npm run dev # live version
npm run build # static artefact
```