-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
scikit-learn version issue #446
Comments
Fixed here: https://github.com/nityansuman/lazypredict-nightly (PYPI: pip install lazypredict-nightly) @Ezzaldin97 |
Thanks @nityansuman 🙏 |
I am facing the same issue too :(
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
There is an issue with OneHotEncoder, as it isn't accepting argument 'sparse'
explanation:
recent versions of OneHotEncoder Object changed the 'sparse' argument to 'sparse_output', so this error is because of the issue in the dependencies version.
solution:
this can be solved either by limiting the versions of the dependencies or handling the code to match the recent versions.
issue:
The text was updated successfully, but these errors were encountered: