File size: 422 Bytes
4c6fbf1
15724dc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4c6fbf1
15724dc
 
 
 
 
 
4c6fbf1
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
{
  "model": "SARIMAX",
  "order": [
    2,
    1,
    1
  ],
  "seasonal_order": [
    1,
    1,
    1,
    7
  ],
  "trend": "c",
  "exog_features": [
    "wday",
    "month",
    "snap_CA",
    "snap_TX",
    "snap_WI",
    "sin_day",
    "cos_day"
  ],
  "metrics": {
    "name": "SARIMAX",
    "rmse": 1805.0597898619735,
    "mae": 1542.259065026108,
    "mape": 3.8031233802899376
  },
  "aic": 35400.122667436415
}