We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example jupyter notebook for sklearn (https://github.com/Trusted-AI/AIF360/blob/main/examples/sklearn/demo_new_features.ipynb) throws an error during compilation because of an outdated usage of the OneHotEncoder usage. The fix needed is for parameter to be updated from sparse to sparse_output.
The text was updated successfully, but these errors were encountered:
If allowed to, I can make the necessary changes and make a pull request as well. Just wanted to document the issue.
Sorry, something went wrong.
I have worked on this issue and attached the PR above with the fix.
No branches or pull requests
Example jupyter notebook for sklearn (https://github.com/Trusted-AI/AIF360/blob/main/examples/sklearn/demo_new_features.ipynb) throws an error during compilation because of an outdated usage of the OneHotEncoder usage. The fix needed is for parameter to be updated from sparse to sparse_output.
The text was updated successfully, but these errors were encountered: