Makefile 152 B

123456789
  1. all: model.keras prediction.csv
  2. python createGraphics.py
  3. model.keras: train.py
  4. python train.py
  5. prediction.csv: test.py model.keras
  6. python test.py