NPN / arima /model_config.json
rishini's picture
fix: fill WRMSSE levels 1-5, regenerate parity fixtures (5k rows), recompute SHA256SUMS
0cbdee6 verified
Raw
History Blame Contribute Delete
694 Bytes
{
"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
}
}