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 466 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
19
  1. cmd: python src/models/train_model.py
  2. deps:
  3. - md5: d41d8cd98f00b204e9800998ecf8427e
  4. path: src/models/train_model.py
  5. - md5: d751713988987e9331980363e24189ce.dir
  6. path: data/processed
  7. md5: aae5283d45ea683bcce139f2f98beabb
  8. outs:
  9. - cache: true
  10. md5: d751713988987e9331980363e24189ce.dir
  11. metric: false
  12. path: models
  13. persist: true
  14. - cache: false
  15. md5: d41d8cd98f00b204e9800998ecf8427e
  16. metric: true
  17. path: reports/training_metrics.txt
  18. persist: false
  19. wdir: .
Tip!

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

Comments

Loading...