TimeEval / GutenTAG

GutenTAG is an extensible tool to generate time series datasets with and without anomalies; integrated with TimeEval.
MIT License
71 stars 13 forks source link

Timestamp is missing in time series data generator #37

Open Manonandan opened 1 year ago

Manonandan commented 1 year ago

This doesn't return a dataset with a timestamp. I can add my own timestamps. But it would be better I could configure the start date and time and get the timestamp for each datapoint.

CodeLionX commented 1 year ago

Yes, GutenTAG only produces the time series' values because it does not support variable sampling frequencies. We assume equidistant time steps. You can add the desired index or timestamps to the time series afterward.

What does your use case look like?