quant-ai / Makefile
Ypeng12's picture
feat: 10/10 HRT style point-in-time alpha research platform, purged walk-forward CV, risk parity & test suite
b54319d
Raw
History Blame Contribute Delete
211 Bytes
.PHONY: test experiment oos clean
test:
pytest tests/ -v
experiment:
python run_experiment.py
oos:
python run_experiment.py
clean:
rm -rf data/raw/*.parquet reports/*.json __pycache__ src/**/__pycache__