File size: 211 Bytes
b54319d
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.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__