Files
busi410project/Justfile
Joey Eamigh bc4b531f54 final lol
2024-04-18 18:05:57 -04:00

7 lines
138 B
Makefile

fit:
@echo "Fitting the model"
@python busi410project/fit.py
means:
@echo "Calculating the means"
@python busi410project/means.py