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: python3 code/featurization.py
  5. deps:
  6. - path: code/featurization.py
  7. md5: af7c83062bb9bca01a18209ef719c3f5
  8. size: 1300
  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: python3 code/training.py
  27. deps:
  28. - path: code/training.py
  29. md5: 16cadb0d728583ea81e198596902939d
  30. size: 1645
  31. - path: data/processed_train_data.npy
  32. md5: 9ee0468925c998fda26d197a14d1caec
  33. size: 376800128
  34. outs:
  35. - path: data/model.pkl
  36. md5: eeca562eb61c5a6c79fa4cfb3bd0a792
  37. size: 20740328
  38. - path: metrics/train_metric.json
  39. md5: 9eb220aced83f291b3e6ecdc281e8042
  40. size: 37
  41. eval:
  42. cmd: python3 code/eval.py
  43. deps:
  44. - path: code/eval.py
  45. md5: 7391789455d13719ba42f4f92801446b
  46. size: 967
  47. - path: data/model.pkl
  48. md5: eeca562eb61c5a6c79fa4cfb3bd0a792
  49. size: 20740328
  50. - path: data/processed_test_data.npy
  51. md5: a5257a91e73920bdd4cafd0f88105b74
  52. size: 62800128
  53. outs:
  54. - path: metrics/eval.json
  55. md5: 42e05a4d1c5f16b21c304c269178b5a8
  56. size: 20
Tip!

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

Comments

Loading...