install:
	python final.py > output.txt
	python mixtesttrain.py > combined.txt
	python stats.py

