Spaces:
Runtime error
Runtime error
File size: 988 Bytes
3b2e195 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
train:
cmd: python src/models/train_model.py
deps:
- path: data/processed
md5: d751713988987e9331980363e24189ce.dir
- path: src/models/train_model.py
md5: d41d8cd98f00b204e9800998ecf8427e
outs:
- path: models
md5: d751713988987e9331980363e24189ce.dir
- path: reports/training_metrics.txt
md5: d41d8cd98f00b204e9800998ecf8427e
eval:
cmd: python src/models/predict_model.py
deps:
- path: data/processed
md5: d751713988987e9331980363e24189ce.dir
- path: models
md5: d751713988987e9331980363e24189ce.dir
- path: src/models/predict_model.py
md5: d41d8cd98f00b204e9800998ecf8427e
outs:
- path: reports/metrics.txt
md5: d41d8cd98f00b204e9800998ecf8427e
process_data:
cmd: python src/data/make_dataset.py
deps:
- path: data/raw
md5: d751713988987e9331980363e24189ce.dir
- path: src/data/make_dataset.py
md5: d41d8cd98f00b204e9800998ecf8427e
outs:
- path: data/processed
md5: d751713988987e9331980363e24189ce.dir
|