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.4 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
  1. schema: '2.0'
  2. stages:
  3. test:
  4. cmd: ^
  5. deps:
  6. - path: data/data
  7. md5: bf1a6a19059092be578a3807608e236c.dir
  8. size: 93081
  9. nfiles: 3
  10. - path: src/kitchen_sink/test.py
  11. md5: 73eae8b1fa95329b887fbb32ed2d8a5e
  12. size: 27
  13. outs:
  14. - path: data/feature
  15. md5: 2d2dd2fa229f9c84fc1ae86cf71ff1ee.dir
  16. size: 43933
  17. nfiles: 2
  18. feature:
  19. cmd: python src/kitchen_sink/featurize.py data/data data/feature
  20. deps:
  21. - path: data/data
  22. md5: bf1a6a19059092be578a3807608e236c.dir
  23. size: 93081
  24. nfiles: 3
  25. - path: src/kitchen_sink/featurize.py
  26. md5: efc13f68416e9a6c8ea4bf3a747e09a7
  27. size: 2111
  28. params:
  29. params.yaml:
  30. ft.n_neigh: 4
  31. outs:
  32. - path: data/feature
  33. md5: 56dd289b33c635cca74d0794fecf67ba.dir
  34. size: 44141
  35. nfiles: 2
  36. train:
  37. cmd: python src/kitchen_sink/train.py data/feature data/model score.json prc.json
  38. deps:
  39. - path: data/feature
  40. md5: 56dd289b33c635cca74d0794fecf67ba.dir
  41. size: 44141
  42. nfiles: 2
  43. - path: src/kitchen_sink/train.py
  44. md5: e1a39eca3ecb7907fc7f604024020ec2
  45. size: 3075
  46. params:
  47. params.yaml:
  48. train.split: 0.2
  49. outs:
  50. - path: data/model
  51. md5: 87fbef7bae20a92ed3e2458cbc980480.dir
  52. size: 329302
  53. nfiles: 2
  54. - path: prc.json
  55. md5: 870058c5185318eddb2d279791f3c9ee
  56. size: 160
  57. - path: score.json
  58. md5: 9c8bcad1dfa3042658214062acbdf050
  59. size: 275
Tip!

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

Comments

Loading...