Files
gh-jeremylongshore-claude-c…/skills/time-series-forecaster/scripts
2025-11-29 18:51:59 +08:00
..
2025-11-29 18:51:59 +08:00

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.