MaxBenChrist / awesome_time_series_in_python

This curated list contains python packages for time series analysis
2.09k stars 366 forks source link

Find generators for synthetic time series data sets #7

Closed WGierke closed 3 years ago

WGierke commented 7 years ago

Thanks a lot for this awesome repo ;) I only found a few data sets that include time series data. Do you know a way to artificially generate time series data? That'd be incredibly helpful. Thanks a lot! Willi

MaxBenChrist commented 7 years ago

Hi Willi,

In my package tsfresh we have some Methode to generare artificial time series, please have a look at https://github.com/blue-yonder/tsfresh/tree/master/tsfresh/examples

WGierke commented 7 years ago

Thank you @MaxBenChrist for your very fast reply. I even stared that repo a long time ago! I should have definitely taken a closer look back then. :)