7 lines
138 B
Makefile
7 lines
138 B
Makefile
fit:
|
|
@echo "Fitting the model"
|
|
@python busi410project/fit.py
|
|
|
|
means:
|
|
@echo "Calculating the means"
|
|
@python busi410project/means.py
|