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: 86f1de886aedafc1e034c7d46cc913ff
  9. md5: f6b177e8cce30d87501ff562288ce11b
  10. outs:
  11. - cache: true
  12. md5: 88ca3291b612cc6a4c8508e1dff63997
  13. path: data/model.pkl
  14. metric: false
  15. persist: false
  16. - cache: false
  17. path: metrics/train_metrics.csv
  18. md5: 152d16ae516217107a04c525bf710a71
  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...