File size: 694 Bytes
0cbdee6 | 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 | {
"model_name": "ARIMA",
"hyperparameters": {
"order": [
3,
1,
1
],
"trend": "t",
"stationary": 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",
"stationarity_test": "ADF",
"adf_statistic": -1.5653733253318483,
"adf_pvalue": 0.5009604361797737
},
"metrics": {
"rmse": 6459.701299981527,
"mae": 4852.6228457663765,
"mape": 10.475306061903403,
"method": "ARIMA",
"order": [
3,
1,
1
],
"d_value": 1,
"train_days": 1913,
"test_days": 28,
"adf_pvalue": 0.5009604361797737
}
} |