You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RegualSynthesizer does not seem to exist anymore in the latest release
To Reproduce
Steps to reproduce the behavior:
Install ydata-synthetic throug pip
Try to export: from ydata_synthetic.synthesizers.regular import RegularSynthesizer (note this is the export indicated in the notebooks of the example directory
See error:
>>> from ydata_synthetic.synthesizers.regular import RegularSynthesizer
<stdin>:1: DeprecationWarning: `import ydata_synthetic.synthesizers` is deprecated. Please use `import ydata.sdk.synthesizers` instead.For more information check https://docs.synthetic.ydata.ai/latest and https://docs.fabric.ydata.ai/latest/sdk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'RegularSynthesizer' from 'ydata_synthetic.synthesizers.regular'
Desktop (please complete the following information):
OS: google Colab
python 3.9
Additional context
A quick look at the available classes provides:
Describe the bug
RegualSynthesizer does not seem to exist anymore in the latest release
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
Additional context
A quick look at the available classes provides:
The text was updated successfully, but these errors were encountered: