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

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

Comments

Loading...