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