Makefile 162 B

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