Skip to content
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

A bug in exponentiated_gradient_reduction.py #280

Closed
haewon55 opened this issue Dec 20, 2021 · 1 comment
Closed

A bug in exponentiated_gradient_reduction.py #280

haewon55 opened this issue Dec 20, 2021 · 1 comment

Comments

@haewon55
Copy link

drop_prot_attr doesn't work for the reductions method because of the bug in the predict_proba function.

The line 148: X = X.drop(self.prot_attr)

should be updated to: X = X.drop(self.prot_attr, axis=1)

@hoffmansc
Copy link
Collaborator

Closed by #268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants