Minimal scaffold for the Employee Risk Scoring PoC.
Structure:
src/: source code (data generation, feature extraction, models, API)docker/: docker filestests/: basic tests
Quickstart:
- Create a virtual environment:
python -m venv .venv - Activate it and install:
pip install -r requirements.txt - Run tests:
pytest -q
This scaffold contains placeholder implementations to get you started.