ydata-synthetic icon indicating copy to clipboard operation
ydata-synthetic copied to clipboard

[Question] WGAN-GP for timeseries data

Open pbezz1 opened this issue 3 years ago • 1 comments

Can I use WGAN-GP for timeseries data such as stock data? If yes do I need to preprocess the data to create sequences of say 24 data points in the same way described for the TimeGAN approach? Any help or direction is much appreciated. Thanks.

pbezz1 avatar Jan 04 '22 22:01 pbezz1

Hey Patrick! For this you would need either an RNN synthesizer ran in a stateful manner or a conditional generator. WGAN_GP does not meet any of these! See this synthesizer as a vanilla GAN with Wasserstein loss and Gradient Penalty instead. (Not indicated for time series)

jfsantos-ds avatar Jan 05 '22 11:01 jfsantos-ds