.PHONY: setup test train pca

setup:
	pip install -e .

test:
	pytest -q

train:
	bash scripts/run_train.sh

pca:
	bash scripts/plot_pca.sh
