File size: 895 Bytes
012ce04
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model_name": "SARIMAX",
  "hyperparameters": {
    "order": [
      2,
      1,
      1
    ],
    "seasonal_order": [
      1,
      1,
      1,
      7
    ],
    "trend": "c",
    "enforce_stationarity": false,
    "enforce_invertibility": false
  },
  "training_data": {
    "train_days": 1913,
    "test_days": 28,
    "train_start": "2011-01-29 00:00:00",
    "train_end": "2016-04-24 00:00:00",
    "exog_features": [
      "wday",
      "month",
      "snap_CA",
      "snap_TX",
      "snap_WI",
      "has_event"
    ],
    "aic": 35869.684809082944,
    "bic": 35941.80233095954
  },
  "metrics": {
    "rmse": 2759.696905356552,
    "mae": 2260.247243573586,
    "mape": 4.980222193545587,
    "method": "SARIMAX",
    "order": [
      2,
      1,
      1
    ],
    "seasonal_order": [
      1,
      1,
      1,
      7
    ],
    "train_days": 1913,
    "test_days": 28
  }
}