-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Error while Trading Model example running #40
Comments
Using the following dependencies versions helped. i receommend installing the following dependencies in a new vitual env because they can easily corrupt your current env Name Version Build Channelabsl-py 0.15.0 pypi_0 pypi |
Describe the bug
While running the tutorial getting the error:
Desktop:
I think it should be
X, y = sampler.fit_resample(X_train, y_train)
in thedata.py
fileThe text was updated successfully, but these errors were encountered: