-
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
Issue 265 privileged class bank dataset #449
Issue 265 privileged class bank dataset #449
Conversation
9d392d2
to
8f3d181
Compare
@hoffmansc please review :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Thanks for contributing (and for reminding me to review 😉).
One extra request: can you do the same thing for fetch_bank() in aif360.sklearn.datasets
? You can add an argument binary_age
like fetch_german
1466316
to
120da68
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the tests are not passing right now. It looks like the data is not being downloaded properly and there's an issue with the pd.cut
line
93b3626
to
8157ca7
Compare
For
I fixed this issue by resetting the path in tests/notebook_runner.py |
Signed-off-by: joosjegoedhart <joosje.goedhart@ibm.com>
Signed-off-by: joosjegoedhart <joosje.goedhart@ibm.com>
Signed-off-by: joosjegoedhart <joosje.goedhart@ibm.com>
Signed-off-by: joosjegoedhart <joosje.goedhart@ibm.com>
…t without mock Signed-off-by: joosjegoedhart <joosje.goedhart@ibm.com>
Signed-off-by: joosjegoedhart <joosje.goedhart@ibm.com>
Signed-off-by: joosjegoedhart <joosje.goedhart@ibm.com>
Signed-off-by: joosjegoedhart <joosje.goedhart@ibm.com>
Signed-off-by: joosjegoedhart <joosje.goedhart@ibm.com>
Signed-off-by: joosjegoedhart <joosje.goedhart@ibm.com>
651ca23
to
9910a36
Compare
Signed-off-by: joosjegoedhart <joosje.goedhart@ibm.com>
* Updated readme for bank dataset * Added age >60 to unprivileged group in bank_dataset.py * Added tests for bank dataset * Fixed linting errors for all tests/test_standard_datasets.py * Added binary_age to fetch_bank * Download bank dataset in ci.yml Signed-off-by: Divya <divyajyothig96@gmail.com>
* Updated readme for bank dataset * Added age >60 to unprivileged group in bank_dataset.py * Added tests for bank dataset * Fixed linting errors for all tests/test_standard_datasets.py * Added binary_age to fetch_bank * Download bank dataset in ci.yml Signed-off-by: Venkata Meghana Achanta <vachanta@usc.edu> Signed-off-by: meghana009 <meghanaachanta09@gmail.com>
Closes #265
Changes:
@hoffmansc or @nrkarthikeyan