Closed jspaaks closed 3 years ago
In Environmental Science, apparently there exists a subset of time series generators called Weather Generators, e.g.
When you examine these packages, you could try to answer these questions. Use the documentation, if available. Installing and running the software might take too much time.
It is fine if each package is evaluated by one person. If you add your question answers to this issue, other people can pick other packages so that we check as many of them as possible.
https://github.com/epodium/time_series_generator
https://github.com/cetic/TSimulus
https://github.com/lhz1029/fakeR
https://support.goldsim.com/hc/en-us/articles/115012797188-WGEN-Weather-Simulator
https://pypi.org/project/pypda/
+
https://github.com/namebrandon/time-series-gen
https://github.com/proceduralia/pytorch-GAN-timeseries
https://github.com/mne-tools/mne-python.git
https://github.com/TimeSynth/TimeSynth
https://github.com/fjxmlzn/DoppelGANger
https://github.com/paulosalem/time-blender - A programmatic and compositional time series generator.
https://github.com/sdv-dev/SDV - Synthetic Data Generation for tabular, relational and time series data.
https://github.com/MarwanDebbiche/tsgen
https://github.com/sdv-dev/DeepEcho
GRATIS GeneRAting TIme Series with diverse and controllable properties- arXiv https://arxiv.org/pdf/1903.02787.pdf
https://github.com/ykang/gratis
After checking the options listed in this issue, I came up with this short list:
The feature list in #26 helped me to decide.
The software examined in this issue can be divided in four types:
The state-of-the-art in this field seems to be GAN-based generation (Generative Adversarial Network), type 3, which involves building machine learning models from example time series, as for example used by DoppelGANger.
However, this is quite different from the approach in our time_series_generator (type 2: rule-based generation). Systems similar to ours are: TSimulus, TimeSynth, Time Blender, Tsgen, Gratis, Tsgluon and MNE Python
https://ts.gluon.ai/examples/synthetic_data_generation_tutorial/tutorial.html - tsgluon - Probabilistic Time Series Modeling
Issue migrated to sequgen/sequgen#17