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.8 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
  1. schema: '2.0'
  2. stages:
  3. process_data:
  4. cmd: python src/process_data.py
  5. deps:
  6. - path: config/main.yaml
  7. md5: e76370cde94a18e9f25a7940efdff7c0
  8. size: 460
  9. - path: data/raw
  10. md5: 10c3f643286f509fa7f6b4675d9efbad.dir
  11. size: 222379
  12. nfiles: 1
  13. - path: params.yml
  14. md5: 77a05d3851afe68601b5ddcaf80b3b94
  15. size: 663
  16. - path: src/main.py
  17. md5: c7ab9fc874d6ba1438ad4c17a547463e
  18. size: 360
  19. - path: src/process_data.py
  20. md5: ca31065c5867c090befacc1f18e18681
  21. size: 2592
  22. outs:
  23. - path: data/intermediate
  24. md5: 9503e800e9c4e01a93c29eafc53f63c4.dir
  25. size: 621318
  26. nfiles: 1
  27. segment:
  28. cmd: python src/segment.py
  29. deps:
  30. - path: config/main.yaml
  31. md5: e76370cde94a18e9f25a7940efdff7c0
  32. size: 460
  33. - path: data/intermediate
  34. md5: 9503e800e9c4e01a93c29eafc53f63c4.dir
  35. size: 621318
  36. nfiles: 1
  37. - path: params.yml
  38. md5: 77a05d3851afe68601b5ddcaf80b3b94
  39. size: 663
  40. - path: src/main.py
  41. md5: c7ab9fc874d6ba1438ad4c17a547463e
  42. size: 360
  43. - path: src/segment.py
  44. md5: a8305c79eeb39e94cb1c7cdb17e4ca2c
  45. size: 3380
  46. outs:
  47. - path: data/final
  48. md5: e68e82c30e594d73badadf51772c878e.dir
  49. size: 609138
  50. nfiles: 1
  51. - path: image
  52. md5: a42cf4af3aea6a295f27e4d5b10a6608.dir
  53. size: 186812
  54. nfiles: 2
  55. - path: metrics.csv
  56. md5: 93d879a14f188feaf850dd63879abed8
  57. size: 102
  58. - path: model/cluster.pkl
  59. md5: bee96d9ca5b3ff24bb76ae3161a7f2ef
  60. size: 9688
  61. analyze:
  62. cmd: python src/run_notebook.py
  63. deps:
  64. - path: data/final
  65. md5: e68e82c30e594d73badadf51772c878e.dir
  66. size: 609138
  67. nfiles: 1
  68. - path: notebook/analyze_data.ipynb
  69. md5: 767ba9b856f89d6ca6602158f71624ed
  70. size: 63124
Tip!

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

Comments

Loading...