EnYa32 commited on
Commit
970cf74
·
verified ·
1 Parent(s): 461d207

Upload 6 files

Browse files
src/TimeSeriesForecasting.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
src/encoders.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57666150941f3f3983d84637477655f4e8ae74c5e741cb94ddfa051c62d18043
3
+ size 1190
src/feature_names.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06630ab03119ae22f0f975d9eedfdd6f65e600352083930c9c2269233efa0451
3
+ size 133
src/fill_map.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8e59c9768d54fa4c299cfb6423f8143b317faf706a49fad80ed6c20a0cc3fff
3
+ size 186
src/meta.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "LightGBMRegressor",
3
+ "target": "num_sold",
4
+ "validation_smape": 3.36,
5
+ "features": [
6
+ "year",
7
+ "month",
8
+ "week",
9
+ "dayofweek",
10
+ "is_weekend",
11
+ "dayofyear",
12
+ "lag_364",
13
+ "lag_365",
14
+ "lag_371",
15
+ "country",
16
+ "store",
17
+ "product"
18
+ ]
19
+ }
src/model_lgbm.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fea47d6434ab497b9a59dddf54eef63551bd9d505a1fbdee7f36610c2468952
3
+ size 754403