Upload sarimax model with evaluation metrics
Browse files- model.pkl +2 -2
- model_config.json +28 -51
model.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e689edccdd92359bc62791e29fc78eadadb19673cdc47d98e3bbe45910c8cd10
|
| 3 |
+
size 88206666
|
model_config.json
CHANGED
|
@@ -1,54 +1,31 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
"
|
| 17 |
-
"
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
"
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
|
| 24 |
-
"exog_features": [
|
| 25 |
-
"wday",
|
| 26 |
-
"month",
|
| 27 |
-
"snap_CA",
|
| 28 |
-
"snap_TX",
|
| 29 |
-
"snap_WI",
|
| 30 |
-
"has_event"
|
| 31 |
-
],
|
| 32 |
-
"aic": 35869.684809082944,
|
| 33 |
-
"bic": 35941.80233095954
|
| 34 |
-
},
|
| 35 |
"metrics": {
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
1,
|
| 43 |
-
1
|
| 44 |
-
],
|
| 45 |
-
"seasonal_order": [
|
| 46 |
-
1,
|
| 47 |
-
1,
|
| 48 |
-
1,
|
| 49 |
-
7
|
| 50 |
-
],
|
| 51 |
-
"train_days": 1913,
|
| 52 |
-
"test_days": 28
|
| 53 |
-
}
|
| 54 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model": "SARIMAX",
|
| 3 |
+
"order": [
|
| 4 |
+
2,
|
| 5 |
+
1,
|
| 6 |
+
1
|
| 7 |
+
],
|
| 8 |
+
"seasonal_order": [
|
| 9 |
+
1,
|
| 10 |
+
1,
|
| 11 |
+
1,
|
| 12 |
+
7
|
| 13 |
+
],
|
| 14 |
+
"trend": "c",
|
| 15 |
+
"exog_features": [
|
| 16 |
+
"wday",
|
| 17 |
+
"month",
|
| 18 |
+
"snap_CA",
|
| 19 |
+
"snap_TX",
|
| 20 |
+
"snap_WI",
|
| 21 |
+
"sin_day",
|
| 22 |
+
"cos_day"
|
| 23 |
+
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
"metrics": {
|
| 25 |
+
"name": "SARIMAX",
|
| 26 |
+
"rmse": 1805.0597898619735,
|
| 27 |
+
"mae": 1542.259065026108,
|
| 28 |
+
"mape": 3.8031233802899376
|
| 29 |
+
},
|
| 30 |
+
"aic": 35400.122667436415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
}
|