-
Notifications
You must be signed in to change notification settings - Fork 256
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hello
I try to reproduce this : https://docs.synthetic.ydata.ai/2.0/synthetic_data/time_series/timegan_example/#using-timegan-to-generate-synthetic-time-series-data
i followed this : https://docs.synthetic.ydata.ai/2.0/getting-started/installation/
but got errors :
# Importing necessary libraries
import pandas as pd
from os import path
import matplotlib.pyplot as plt
from ydata_synthetic.synthesizers.timeseries import TimeSeriesSynthesizer
from ydata_synthetic.synthesizers import ModelParameters, TrainParameters
for every line with ydata_synthetic :
- error 1
from ydata_synthetic.synthesizers.timeseries import TimeSeriesSynthesizer
ImportError: cannot import name 'TimeSeriesSynthesizer' from 'ydata_synthetic.synthesizers.timeseries'
- error 2
from ydata_synthetic.synthesizers import ModelParameters, TrainParameters
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Cell In[7], line 1
----> 1 from ydata_synthetic.synthesizers import ModelParameters, TrainParameters
ImportError: cannot import name 'ModelParameters' from 'ydata_synthetic.synthesizers'
how to fix it ?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working