RTSGAN icon indicating copy to clipboard operation
RTSGAN copied to clipboard

Results 8 RTSGAN issues
Sort by recently updated
recently updated
newest added

Hello, I understand that your code works for fixed time series length datasets and datasets with missing data. Does this code work for datasets with variable length time series but...

Hello, could you please kindly share with me how did you adapt TimeGAN and DoppelGANger to irregularly sampled time series dataset? I would appreciate it if you have any code...

Hello! Thanks for your RTSGAN. But I am still wondering how to recover to the real-world data. The final output seems to be the output of generator, without going through...

Hello, could you please tell me the `--python-seed` argument that you have used? I would like to replicate `discriminative` and `predictive` scores for stock and energy datasets. I tried the...

I can't achieve similar results on the Energy dataset as in the paper. I use the default setting of Stock: `main_stock.py` to train on the Energy dataset. The result is...

Hello, do you use any privacy-preserving metrics to ensure that the synthetic data is somehow different than the real data?

My environment installation keeps failing. Could you please tell me which version of Python the author is using? I keep getting errors with DataSetIter in the import statement from fastNLP...