Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

train.dvc 422 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  1. cmd: python src/models/train_model.py
  2. deps:
  3. - md5: d41d8cd98f00b204e9800998ecf8427e
  4. path: src/models/train_model.py
  5. - path: data/processed
  6. md5: aae5283d45ea683bcce139f2f98beabb
  7. outs:
  8. - cache: true
  9. md5: d751713988987e9331980363e24189ce.dir
  10. metric: false
  11. path: models
  12. persist: true
  13. - cache: false
  14. md5: d41d8cd98f00b204e9800998ecf8427e
  15. metric: true
  16. path: reports/training_metrics.txt
  17. persist: false
  18. wdir: .
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...