-
Notifications
You must be signed in to change notification settings - Fork 118
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
DeepFM example: AttributeError: module 'sklearn.utils' has no attribute '_deprecate_positional_args' #73
Comments
Please downgrade scikit-learn to 0.24.x, eg:0.24.2. |
thank you! |
it takes another problum,here is the error: 2022-07-05 09:21:04.474955: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory |
Hey,
got this error:
AttributeError: module 'sklearn.utils' has no attribute '_deprecate_positional_args'
I believe it is due to the new version of sckiti-learn.
The text was updated successfully, but these errors were encountered: