Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] import some functions #353

Open
sealovecosmos opened this issue Dec 14, 2024 · 0 comments
Open

[BUG] import some functions #353

sealovecosmos opened this issue Dec 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sealovecosmos
Copy link

python3.9
ydata-sdk 1.0.1
ydata-synthetic 2.0.0

  1. from ydata_synthetic.synthesizers.timeseries import TimeSeriesSynthesizer

ImportError: cannot import name 'TimeSeriesSynthesizer' from 'ydata_synthetic.synthesizers.timeseries' (D:\Python\lib\site-packages\ydata_synthetic\synthesizers\timeseries_init_.py)

  1. from ydata_synthetic.preprocessing.timeseries import processed_stock

    ModuleNotFoundError: No module named 'ydata_synthetic.preprocessing'

  2. from ydata_synthetic.synthesizers import ModelParameters, TrainParameters

ImportError: cannot import name 'ModelParameters' from 'ydata_synthetic.synthesizers' (D:\Python\lib\site-packages\ydata_synthetic\synthesizers_init_.py)

@sealovecosmos sealovecosmos added the bug Something isn't working label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant