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

8 lines
409 B
Markdown

# Scripts
Bundled resources for time-series-forecaster skill
- [ ] forecast.py: Script to perform time series forecasting using various models (e.g., ARIMA, Exponential Smoothing).
- [ ] evaluate.py: Script to evaluate the performance of the forecasting model using metrics like RMSE, MAE, etc.
- [ ] preprocess.py: Script to preprocess the time series data, handling missing values, outliers, and scaling.