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.6 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
  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: 100
  39. featurize.ngrams: 1
  40. outs:
  41. - path: data/features
  42. hash: md5
  43. md5: 2bf57a6e0f302c86452aa907584e1397.dir
  44. size: 1556290
  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: 2bf57a6e0f302c86452aa907584e1397.dir
  52. size: 1556290
  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: b0c341636502e7f8fcddb733b6d23dd0
  67. size: 1854891
Tip!

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

Comments

Loading...