File size: 407 Bytes
ed1aa66 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"model_type": "traditional_forecasters",
"models": [
"moving_average",
"arima"
],
"framework": "scikit-learn",
"task": "time-series-forecasting",
"dataset": "financial_ohlcv",
"metrics": {
"moving_average": {
"rmse": 2.45,
"mae": 1.89,
"mape": 1.85
},
"arima": {
"rmse": 2.12,
"mae": 1.67,
"mape": 1.64
}
}
} |