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 @@
# Assets
Bundled resources for time-series-forecaster skill
- [ ] example_data.csv: Example time series data for testing and demonstration purposes.
- [ ] visualization_template.py: Python script to generate visualizations of the time series data and forecasts.
- [ ] configuration_template.json: Template for configuring the forecasting model parameters.