ydataai / ydata-synthetic

Synthetic data generators for tabular and time-series data
https://docs.synthetic.ydata.ai
MIT License
1.38k stars 232 forks source link

[BUG] unable to import module TimeSeriesSynthesizer when running mba_doppelganger.py example #305

Closed jwnich closed 10 months ago

jwnich commented 10 months ago

Describe the bug Import error. Module not where expected:

ImportError: cannot import name 'TimeSeriesSynthesizer' from 'ydata_synthetic.synthesizers.timeseries' (/usr/local/lib/python3.10/dist-packages/ydata_synthetic/synthesizers/timeseries/init.py)

To Reproduce Steps to reproduce the behavior:

  1. Open terminal
  2. Navigate to examples/timeseries folder
  3. type "python mba_doppelganger.py

Expected behavior Model to run

Screenshots N/A

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

jwnich commented 10 months ago

Caused by version mismatch. Resolved.