The Wayback Machine - https://web.archive.org/web/20210316154555/https://github.com/topics/synthetic-data
Skip to content
#

synthetic-data

Here are 142 public repositories matching this topic...

ydata-synthetic
MritulaC
MritulaC commented Mar 15, 2021

While running the below code inn The data section of TimeGAN - Synthetic stock data.ipynb file, I am getting error:
stock_data = processed_stock(seq_len=seq_len)
print(len(stock_data),stock_data[0].shape)

Error:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/ydata_synthetic/preprocessing/data/stock.csv'

Improve this page

Add a description, image, and links to the synthetic-data topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the synthetic-data topic, visit your repo's landing page and select "manage topics."

Learn more