fjxmlzn / DoppelGANger

[IMC 2020 (Best Paper Finalist)] Using GANs for Sharing Networked Time Series Data: Challenges, Initial Promise, and Open Questions
http://arxiv.org/abs/1909.13403
BSD 3-Clause Clear License
296 stars 75 forks source link

Real Valued Time Series with no attributes #16

Closed AnkurDebnath35 closed 3 years ago

AnkurDebnath35 commented 3 years ago

Hi,

I have been meaning to test out this model for generation of real valued time series only, with no "attributes"(categorical). Is it even possible?

Thanks in advance !

fjxmlzn commented 3 years ago

Sorry that we didn't directly provide such functionality at this point. There are two workarounds: you can either provide a dummy attribute with constant or random values; or modify the code (delete the meta generator part).