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

training.dvc 528 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
20
  1. cmd: ' python3 code/train_model.py'
  2. deps:
  3. - md5: 9ee0468925c998fda26d197a14d1caec
  4. path: data/processed_train_data.npy
  5. - md5: 873f65a0cfd517025297df3fcfa09ac0
  6. path: code/train_model.py
  7. - path: code/params.yml
  8. md5: af43578132aabf88df6d25cb51ca1ece
  9. md5: 0ce90c1592407a585965f3915f5056cb
  10. outs:
  11. - cache: true
  12. md5: f25b71720faa2b01ce4bf94d60eec419
  13. path: data/model.pkl
  14. metric: false
  15. persist: false
  16. - cache: false
  17. path: metrics/train_metrics.csv
  18. md5: 81f783270e024bbd4c2c641b60e4fe8a
  19. metric: false
  20. persist: false
Tip!

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

Comments

Loading...