NPN-sarimax / model_config.json
rishini's picture
Upload sarimax model with evaluation metrics
15724dc verified
Raw
History Blame Contribute Delete
422 Bytes
{
"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
}