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

907 B

1# example_data.csv
2# This file provides example time series data for the time-series-forecaster plugin.
3# It includes a date/time column and a value column.
4# Use this data to test the /forecast-ts command.
5#
6# To use this data with the plugin, save it to your workspace and then run:
7# /forecast-ts --data example_data.csv --target value --periods <number_of_periods>
8#
9# Replace <number_of_periods> with the number of time periods you want to forecast.
10#
11timestamp,value
122023-01-01,10
132023-01-02,12
142023-01-03,15
152023-01-04,13
162023-01-05,16
172023-01-06,18
182023-01-07,20
192023-01-08,22
202023-01-09,25
212023-01-10,23
222023-01-11,26
232023-01-12,28
242023-01-13,30
252023-01-14,32
262023-01-15,35
272023-01-16,33
282023-01-17,36
292023-01-18,38
302023-01-19,40
312023-01-20,42
322023-01-21,45
332023-01-22,43
342023-01-23,46
352023-01-24,48
362023-01-25,50
372023-01-26,52
382023-01-27,55
392023-01-28,53
402023-01-29,56
412023-01-30,58
422023-01-31,60