Calculating Discriminative Score Using TimeGAN #265
HsiangHung
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the example code TimeGAN_Synthetic_stock_data.ipynb for timeGAN model.
To train the model and generate time-series data
I have two questions:
synth_data
have the same time order asstock_data
. For example, aresynth_data[123]
andsynth_data[1011]
synthesized fromstock_data[123]
andstock_data[1011]
? I am wondering since insynth.sample(...)
,...
could be any number. If...
>len(stock_data)
, how does the index correspondence work?Beta Was this translation helpful? Give feedback.
All reactions