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 2.1 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
  1. schema: '2.0'
  2. stages:
  3. prepare:
  4. cmd: python src/prepare.py data/data.xml
  5. deps:
  6. - path: data/data.xml
  7. hash: md5
  8. md5: 22a1a2931c8370d3aeedd7183606fd7f
  9. size: 14445097
  10. - path: src/prepare.py
  11. hash: md5
  12. md5: f54d670ac8a4f63206781fc31d1f2651
  13. size: 2231
  14. params:
  15. params.yaml:
  16. prepare.seed: 20170428
  17. prepare.split: 0.2
  18. outs:
  19. - path: data/prepared
  20. hash: md5
  21. md5: 153aad06d376b6595932470e459ef42a.dir
  22. size: 8437363
  23. nfiles: 2
  24. featurize:
  25. cmd: python src/featurization.py data/prepared data/features
  26. deps:
  27. - path: data/prepared
  28. hash: md5
  29. md5: 153aad06d376b6595932470e459ef42a.dir
  30. size: 8437363
  31. nfiles: 2
  32. - path: src/featurization.py
  33. hash: md5
  34. md5: e22789fc9581cad11ef7a6fa3aa3f17b
  35. size: 4158
  36. params:
  37. params.yaml:
  38. featurize.max_features: 200
  39. featurize.ngrams: 2
  40. outs:
  41. - path: data/features
  42. hash: md5
  43. md5: f35d4cc2c552ac959ae602162b8543f3.dir
  44. size: 2232588
  45. nfiles: 2
  46. train:
  47. cmd: python src/train.py data/features model.pkl
  48. deps:
  49. - path: data/features
  50. hash: md5
  51. md5: f35d4cc2c552ac959ae602162b8543f3.dir
  52. size: 2232588
  53. nfiles: 2
  54. - path: src/train.py
  55. hash: md5
  56. md5: 324001573ed724e5ae092226fcf9ca30
  57. size: 1666
  58. params:
  59. params.yaml:
  60. train.min_split: 0.01
  61. train.n_est: 50
  62. train.seed: 20170428
  63. outs:
  64. - path: model.pkl
  65. hash: md5
  66. md5: d1f6e055f7f5e2827fcfae68d9b64d4c
  67. size: 1958115
  68. evaluate:
  69. cmd: python src/evaluate.py model.pkl data/features
  70. deps:
  71. - path: data/features
  72. hash: md5
  73. md5: f35d4cc2c552ac959ae602162b8543f3.dir
  74. size: 2232588
  75. nfiles: 2
  76. - path: model.pkl
  77. hash: md5
  78. md5: d1f6e055f7f5e2827fcfae68d9b64d4c
  79. size: 1958115
  80. - path: src/evaluate.py
  81. hash: md5
  82. md5: a1a59f55636170fb56e0c6afd3e28fa4
  83. size: 3315
  84. outs:
  85. - path: eval
  86. hash: md5
  87. md5: 5082d8dd96e7b995702ca1836d835fe4.dir
  88. size: 1292362
  89. nfiles: 8
Tip!

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

Comments

Loading...