-
Notifications
You must be signed in to change notification settings - Fork 0
/
dvc.lock
129 lines (129 loc) · 3.39 KB
/
dvc.lock
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
schema: '2.0'
stages:
download:
cmd: python src/download.py
deps:
- path: src/download.py
hash: md5
md5: e94c82c4748c6adcee64f86dac3c48a9
size: 4495
params:
params.yaml:
download.base_url: https://www.ncei.noaa.gov/data/local-climatological-data/access/
download.destination: data/archive/
download.hourly_features:
- HourlyRelativeHumidity
- HourlyDryBulbTemperature
- HourlyDewPointTemperature
- HourlySeaLevelPressure
- HourlyStationPressure
download.link_parser: data/content.html
download.monthly_features:
- MonthlyAverageRH
- MonthlyMeanTemperature
- MonthlyDewpointTemperature
- MonthlySeaLevelPressure
- MonthlyStationPressure
download.n_locs: 20
download.seed: 20240402
download.year: 2023
outs:
- path: data/archive/
hash: md5
md5: 84f214fb66111e34ef0697acef306ea8.dir
size: 62941436
nfiles: 3
preparation:
cmd: python src/prepare.py
deps:
- path: data/archive/
hash: md5
md5: 84f214fb66111e34ef0697acef306ea8.dir
size: 62941436
nfiles: 3
- path: src/prepare.py
hash: md5
md5: c3cc7e9d41e388f61b06fb5eb2b7b828
size: 2129
params:
params.yaml:
download.destination: data/archive/
download.hourly_features:
- HourlyRelativeHumidity
- HourlyDryBulbTemperature
- HourlyDewPointTemperature
- HourlySeaLevelPressure
- HourlyStationPressure
download.monthly_features:
- MonthlyAverageRH
- MonthlyMeanTemperature
- MonthlyDewpointTemperature
- MonthlySeaLevelPressure
- MonthlyStationPressure
outs:
- path: data/output/
hash: md5
md5: 81190d97cda0f48b769dab4d92e0301e.dir
size: 619
nfiles: 3
processing:
cmd: python src/process.py
deps:
- path: data/archive/
hash: md5
md5: 84f214fb66111e34ef0697acef306ea8.dir
size: 62941436
nfiles: 3
- path: data/output/
hash: md5
md5: 81190d97cda0f48b769dab4d92e0301e.dir
size: 619
nfiles: 3
- path: src/process.py
hash: md5
md5: 0bd188710f7769b84a9837a25b57e9a0
size: 2873
params:
params.yaml:
download.destination: data/archive/
download.hourly_features:
- HourlyRelativeHumidity
- HourlyDryBulbTemperature
- HourlyDewPointTemperature
- HourlySeaLevelPressure
- HourlyStationPressure
download.monthly_features:
- MonthlyAverageRH
- MonthlyMeanTemperature
- MonthlyDewpointTemperature
- MonthlySeaLevelPressure
- MonthlyStationPressure
outs:
- path: data/computed/
hash: md5
md5: 78a723beaa87a76cba8c7edc650a021c.dir
size: 1704
nfiles: 3
evaluation:
cmd: python src/evaluate.py
deps:
- path: data/computed/
hash: md5
md5: 78a723beaa87a76cba8c7edc650a021c.dir
size: 1704
nfiles: 3
- path: data/output/
hash: md5
md5: 81190d97cda0f48b769dab4d92e0301e.dir
size: 619
nfiles: 3
- path: src/evaluate.py
hash: md5
md5: 466605543d445bd177b3183382385781
size: 2001
outs:
- path: eval/metrics.json
hash: md5
md5: dc5811b8a3d867a943bd13b7938edd73
size: 57
isexec: true