Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AntoineToubhans/15e6a55b4ba514c9ceec2a2f73d3ea67 to your computer and use it in GitHub Desktop.
Save AntoineToubhans/15e6a55b4ba514c9ceec2a2f73d3ea67 to your computer and use it in GitHub Desktop.
stages:
download_dataset: ...
split_dataset: ...
train: ...
evaluate:
cmd: python scripts/evaluate.py
deps:
- scripts/evaluate.py
- data/dataset/test
- data/train/model
outs:
- data/evaluation/predictions.csv
metrics:
- data/evaluation/metrics.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment