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.7 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
  1. schema: '2.0'
  2. stages:
  3. preprocess-bike-data:
  4. cmd: python src/data/preprocessing_bike_data.py
  5. deps:
  6. - path: data/raw/mbajk
  7. hash: md5
  8. md5: 0acd8ae232fd22200eb14c45043e47de.dir
  9. size: 1576540
  10. nfiles: 29
  11. - path: src/data/preprocessing_bike_data.py
  12. hash: md5
  13. md5: 734c7c7f21cf2e8f4fbc9492c8236904
  14. size: 845
  15. fetch-bike-data:
  16. cmd: python src/data/fetch_data.py
  17. fetch-weather-data:
  18. cmd: python src/data/fetch_weather_data.py
  19. preprocess-weather-data:
  20. cmd: python src/data/preprocessing_weather_data.py
  21. deps:
  22. - path: data/raw/weather
  23. hash: md5
  24. md5: 15e491e969300c86946a82eaed0bcc0b.dir
  25. size: 1379114
  26. nfiles: 29
  27. - path: src/data/preprocessing_weather_data.py
  28. hash: md5
  29. md5: f3a54d70a5e953a10670362621f7fb30
  30. size: 1452
  31. preprocess-combined-data:
  32. cmd: python src/data/preprocessing_combined.py
  33. deps:
  34. - path: data/raw/mbajk
  35. hash: md5
  36. md5: 0acd8ae232fd22200eb14c45043e47de.dir
  37. size: 1576540
  38. nfiles: 29
  39. - path: data/raw/weather
  40. hash: md5
  41. md5: 15e491e969300c86946a82eaed0bcc0b.dir
  42. size: 1379114
  43. nfiles: 29
  44. - path: src/data/preprocessing_weather_data.py
  45. hash: md5
  46. md5: f3a54d70a5e953a10670362621f7fb30
  47. size: 1452
  48. preprocess-complete-data:
  49. cmd: python src/data/preprocessing_data.py
  50. deps:
  51. - path: data/processed/combined
  52. hash: md5
  53. md5: 3dba8a44a4a517f70cc25799de5242d1.dir
  54. size: 769832
  55. nfiles: 29
  56. - path: data/raw/data.csv
  57. hash: md5
  58. md5: 75605e9e36e017727c87ae059552fa71
  59. size: 1277753
  60. - path: src/data/preprocessing_weather_data.py
  61. hash: md5
  62. md5: f3a54d70a5e953a10670362621f7fb30
  63. size: 1452
Tip!

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

Comments

Loading...