Previously, the notebook examples/timeseries/TimeGAN_Synthetic_stock_data.ipynb was not aligned with the new version of the API, that uses the TimeSeriesSynthesizer class. We do have a working example at examples/timeseries/stock_timegan.py. In this PR, I mostly ported the code in stock_timegan.py to TimeGAN_Synthetic_stock_data.ipynb, to have working Jupyter Notebook example of synthetic time series generation.
Previously, the notebook
examples/timeseries/TimeGAN_Synthetic_stock_data.ipynb
was not aligned with the new version of the API, that uses theTimeSeriesSynthesizer
class. We do have a working example atexamples/timeseries/stock_timegan.py
. In this PR, I mostly ported the code instock_timegan.py
toTimeGAN_Synthetic_stock_data.ipynb
, to have working Jupyter Notebook example of synthetic time series generation.This PR addresses the issue: https://github.com/ydataai/ydata-synthetic/issues/300