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 468 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. wdir: .
  2. cmd: python3 code/train_model.py
  3. outs:
  4. - path: data/model.pkl
  5. metric: false
  6. cache: true
  7. persist: false
  8. md5: d72417286b48ba89f02d83ca3f9642d4
  9. - path: metrics/train_metric.json
  10. metric: true
  11. cache: false
  12. persist: false
  13. md5: 19cd0732048baa055e034789bb65689d
  14. deps:
  15. - path: data/processed_train_data.npy
  16. md5: 9ee0468925c998fda26d197a14d1caec
  17. - path: code/train_model.py
  18. md5: 3c21145827bd2a2a7826f2a975b482a4
  19. md5: c252b737a9b92c399feb1388e9f03124
Tip!

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

Comments

Loading...