NPN-arima / model_config.json
rishini's picture
Upload arima model with evaluation metrics
59668ea verified
Raw
History Blame Contribute Delete
318 Bytes
{
"model": "ARIMA",
"order": [
2,
1,
2
],
"d_value": 1,
"adf_pvalue": 0.48920532220127466,
"test_order": [
2,
1,
1
],
"metrics": {
"name": "ARIMA",
"rmse": 6558.0098488097265,
"mae": 5298.588749100937,
"mape": 12.038072720026841
},
"aic": 37119.59765269647
}