Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:59 +08:00
commit 7dbe52e8bb
11 changed files with 577 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# 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.