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.5 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
  1. schema: '2.0'
  2. stages:
  3. featurization:
  4. cmd: python code/featurization.py
  5. deps:
  6. - path: code/featurization.py
  7. md5: e570a5b45022e46e9d6ad9cd6f2a1887
  8. size: 1311
  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. - path: data/processed_test_data.npy
  20. md5: a5257a91e73920bdd4cafd0f88105b74
  21. size: 62800128
  22. - path: data/processed_train_data.npy
  23. md5: 9ee0468925c998fda26d197a14d1caec
  24. size: 376800128
  25. training:
  26. cmd: python code/train_model.py
  27. deps:
  28. - path: code/train_model.py
  29. md5: 085905e5edd775a1f22020afd27c9db9
  30. size: 2558
  31. - path: data/processed_train_data.npy
  32. md5: 9ee0468925c998fda26d197a14d1caec
  33. size: 376800128
  34. outs:
  35. - path: data/model.pkl
  36. md5: 28a9a707e55a5752c87d712c6fa41bb4
  37. size: 1728025
  38. - path: metrics/train_metric.json
  39. md5: 394c3a0fa04bb3ceb503162203776f19
  40. size: 37
  41. eval:
  42. cmd: python code/eval.py
  43. deps:
  44. - path: code/eval.py
  45. md5: 589210c86a4900cbd77631bea4db031b
  46. size: 1101
  47. - path: data/model.pkl
  48. md5: 28a9a707e55a5752c87d712c6fa41bb4
  49. size: 1728025
  50. - path: data/processed_test_data.npy
  51. md5: a5257a91e73920bdd4cafd0f88105b74
  52. size: 62800128
  53. outs:
  54. - path: metrics/eval.json
  55. md5: cd7e4336d4f3dcc2ba925f5b46185f9a
  56. size: 20
Tip!

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

Comments

Loading...