# 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
from ydata_synthetic.synthesizers.timeseries import TimeSeriesSynthesizer
ImportError: cannot import name 'TimeSeriesSynthesizer' from 'ydata_synthetic.synthesizers.timeseries'
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'
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 :
for every line with ydata_synthetic :
how to fix it ?