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 503 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
21
  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:
  11. xpath: training_time
  12. type: json
  13. cache: false
  14. persist: false
  15. md5: 19cd0732048baa055e034789bb65689d
  16. deps:
  17. - path: data/processed_train_data.npy
  18. md5: 9ee0468925c998fda26d197a14d1caec
  19. - path: code/train_model.py
  20. md5: 3c21145827bd2a2a7826f2a975b482a4
  21. md5: c252b737a9b92c399feb1388e9f03124
Tip!

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

Comments

Loading...