abudesai / timeVAE

TimeVAE implementation in keras/tensorflow
MIT License
121 stars 25 forks source link

How to train univariate time series data, and generate univaritate time series data? #24

Open jmren168 opened 3 months ago

jmren168 commented 3 months ago

Hi,

Thank you for the awesome work. We would like to use your code to train our dataset

It's univariate time series, and has label (probability, from 0 to 1) at different specific timestamps. In our case, how to apply your code to train our dataset, and also generate univariate time series data? Many thanks.