Open Shidhanta95 opened 6 months ago
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.
If allowed to, I can make the necessary changes and make a pull request as well. Just wanted to document the issue.
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.