| { | |
| "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 | |
| } | |
| } | |
| } |