Initial commit
This commit is contained in:
8
skills/time-series-forecaster/references/README.md
Normal file
8
skills/time-series-forecaster/references/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user