Files
2025-11-29 18:51:59 +08:00

9 lines
556 B
Markdown

# References
Bundled resources for time-series-forecaster skill
- [ ] arima_model.md: Documentation on the ARIMA model, its parameters, and how to interpret the results.
- [ ] exponential_smoothing.md: Documentation on Exponential Smoothing models, including Simple, Double, and Triple Exponential Smoothing.
- [ ] evaluation_metrics.md: Explanation of the evaluation metrics used (RMSE, MAE, etc.) and how to interpret them.
- [ ] data_preprocessing.md: Best practices for preprocessing time series data, including handling missing values and outliers.