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_model.dvc 1.0 KB

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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
  1. md5: 0440410deed7b05b7f7936edaf9a6e88
  2. cmd: python code/train_model.py
  3. deps:
  4. - md5: 445410d7655527195d1767d00412349e
  5. path: data/featurized_train_sj.csv
  6. - md5: 2f0f929ebe6ec892c5bdd532585d9a24
  7. path: data/featurized_train_iq.csv
  8. - md5: dc10342c910e4754940be180b5f9923d
  9. path: code/train_model.py
  10. - md5: 9d53603b42d90b9dfdc817c1742ce9d8
  11. path: code/best_model.py
  12. outs:
  13. - md5: 4df0aec7cd8a261b578cf8996c945e73
  14. path: data/sj_model.pkl
  15. cache: true
  16. metric: false
  17. persist: false
  18. - md5: a1a44b546c96bf478f9781c477506d67
  19. path: data/iq_model.pkl
  20. cache: true
  21. metric: false
  22. persist: false
  23. - md5: 3951f23c3e1a224bb43cfcdcb97290d6
  24. path: metrics/sj_best_score.json
  25. cache: false
  26. metric:
  27. type: json
  28. xpath: sj_best_score
  29. persist: false
  30. - md5: 539a01df02f000a8e07e011c6da3fc23
  31. path: metrics/iq_best_score.json
  32. cache: false
  33. metric:
  34. type: json
  35. xpath: iq_best_score
  36. persist: false
  37. - md5: f96d7a6da5d11f8a1835af9c11a4e3db
  38. path: code/params.json
  39. cache: false
  40. metric: false
  41. persist: false
Tip!

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

Comments

Loading...