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

dvc.lock 1.7 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
  1. schema: '2.0'
  2. stages:
  3. featurization:
  4. cmd: python dagshub_mnist/featurization.py
  5. deps:
  6. - path: dagshub_mnist/featurization.py
  7. md5: f12d804d8d1844c1893cdcb1a59db850
  8. size: 1084
  9. - path: data/test_data.csv
  10. md5: c807df8d6d804ab2647fc15c3d40f543
  11. size: 18289443
  12. - path: data/train_data.csv
  13. md5: 5b49cf1b57fb9d6102b559d59d99df7c
  14. size: 109575994
  15. outs:
  16. - path: ./data/norm_params.json
  17. md5: e46984ac8b7097bfddfe5d9210f78ca4
  18. size: 54
  19. isexec: true
  20. - path: ./data/processed_test_data.npy
  21. md5: a5257a91e73920bdd4cafd0f88105b74
  22. size: 62800128
  23. isexec: true
  24. - path: ./data/processed_train_data.npy
  25. md5: 9ee0468925c998fda26d197a14d1caec
  26. size: 376800128
  27. isexec: true
  28. training:
  29. cmd: python dagshub_mnist/train_model.py
  30. deps:
  31. - path: dagshub_mnist/train_model.py
  32. md5: 67226c971e5ead24817a354ed4628cf8
  33. size: 2364
  34. - path: data/processed_train_data.npy
  35. md5: 9ee0468925c998fda26d197a14d1caec
  36. size: 376800128
  37. outs:
  38. - path: artifacts/model.pkl
  39. md5: c69223fb421fe5663609b673683dfb7d
  40. size: 1727815
  41. isexec: true
  42. - path: metrics/train_metric.json
  43. md5: 6bbfca191586cd58e4405d63d2d25b75
  44. size: 34
  45. eval:
  46. cmd: python dagshub_mnist/eval.py
  47. deps:
  48. - path: artifacts/model.pkl
  49. md5: c69223fb421fe5663609b673683dfb7d
  50. size: 1727815
  51. - path: dagshub_mnist/eval.py
  52. md5: e9498663bef7035c3cc308a7eff6d6d9
  53. size: 911
  54. - path: data/processed_test_data.npy
  55. md5: a5257a91e73920bdd4cafd0f88105b74
  56. size: 62800128
  57. outs:
  58. - path: metrics/eval.json
  59. md5: 186dbb7d4d9a00aba12094875bea62a7
  60. size: 15
Tip!

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

Comments

Loading...