-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdvc.lock
126 lines (126 loc) · 3.23 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
schema: '2.0'
stages:
data_collection:
cmd: python src/data/data_collection.py
deps:
- path: src/data/data_collection.py
hash: md5
md5: 5634f9633acbe1bc987649bd927c2597
size: 2565
params:
params.yaml:
data_collection.test_size: 0.5
data_collection.val_test_size: 0.3
outs:
- path: datas/interim
hash: md5
md5: b09d7ba1187575e1c15497acee2f7f9c.dir
size: 5217448
nfiles: 3
data_preprocess:
cmd: python src/features/data_preprocess.py
deps:
- path: datas/interim
hash: md5
md5: b09d7ba1187575e1c15497acee2f7f9c.dir
size: 5217448
nfiles: 3
- path: src/features/data_preprocess.py
hash: md5
md5: f139f68b1a153e7b347046715591d424
size: 8642
outs:
- path: datas/processed
hash: md5
md5: 2b0c6d6a962b060630d54e6f88801049.dir
size: 14871334
nfiles: 3
- path: models/one_hot_encoder.pkl
hash: md5
md5: 8ee1f86c0d5365b1f9d72a6e2d85a5a2
size: 2790
- path: models/ordinal_encoder.pkl
hash: md5
md5: 61bb53c6a046f267d05c7a32d7404318
size: 1116
- path: models/standardscaler.pkl
hash: md5
md5: 528951b2297ca9cd805e0f1c23a1e2ad
size: 2469
model_building:
cmd: python src/model/model_building.py
deps:
- path: datas/processed
hash: md5
md5: 2b0c6d6a962b060630d54e6f88801049.dir
size: 14871334
nfiles: 3
- path: src/model/model_building.py
hash: md5
md5: 91640afef532e7614ab4307bd9f16a7b
size: 8125
params:
params.yaml:
model_building.catboost_model:
depth: 6
iterations: 700
learning_rate: 0.1
task_type: CPU
eval_metric: RMSE
model_building.lightgbm_model:
colsample_bytree: 0.8
device: gpu
learning_rate: 0.05
n_estimators: 400
verbosity: -1
eval_metric: rmse
model_building.xgboost_model:
colsample_bytree: 0.7
learning_rate: 0.1
max_depth: 5
n_estimators: 500
eval_metric: rmse
outs:
- path: models/catboost.pkl
hash: md5
md5: 8a5c0d25023a49f2045ce56a2120a9f4
size: 871342
- path: models/ensemble_model.pkl
hash: md5
md5: 52cc1b0834f452468ad59d05322fe7a0
size: 6691925
- path: models/lightgbm.pkl
hash: md5
md5: 7787aaf60697408c45b2235a1c71c95d
size: 1184515
- path: models/logs
hash: md5
md5: 4d1c5da1312404444f779edecc99d0cf.dir
size: 16173919
nfiles: 3
- path: models/xgboost.pkl
hash: md5
md5: 03d7ef33ad000004368222ce68c5f3ca
size: 1346461
model_evaluation:
cmd: python src/model/model_eval.py
deps:
- path: datas/processed
hash: md5
md5: 2b0c6d6a962b060630d54e6f88801049.dir
size: 14871334
nfiles: 3
- path: models
hash: md5
md5: ec4a97082a5d8ac49bd86a5904477dbf.dir
size: 26274537
nfiles: 11
- path: src/model/model_eval.py
hash: md5
md5: 1ee5e8bcb275ba8d661aa94a2623a399
size: 2458
outs:
- path: reports/test_metrics.json
hash: md5
md5: 349730e608ff83838d7c254b812c2f32
size: 183