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,7 @@
# 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.