-
Notifications
You must be signed in to change notification settings - Fork 839
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
Possibly incorrect indentation of for loop #80
Comments
Good catch! Looks like you're right, it's a typo. Thanks for pointing it out! |
hoffmansc
added a commit
that referenced
this issue
May 7, 2019
Thank You!! |
Illia-Kryvoviaz
pushed a commit
to Illia-Kryvoviaz/AIF360
that referenced
this issue
Jun 7, 2023
Illia-Kryvoviaz
pushed a commit
to Illia-Kryvoviaz/AIF360
that referenced
this issue
Jun 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The for loop in line 125 should be outside the else part.
Otherwise for loop runs for the initializations done in else part but it should work with both, if and else initializations.
https://github.com/IBM/AIF360/blob/0cf736f0310075a244dc63a045dbc7636dda2f2c/aif360/algorithms/postprocessing/reject_option_classification.py#L116-L132
The text was updated successfully, but these errors were encountered: