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