IBM / ensure-loan-fairness-aif360

A demonstration of the AI Fairness 360 toolbox for bias metrics, explanations, and remediation. Code Pattern: https://developer.ibm.com/patterns/ensuring-fairness-when-processing-loan-applications
Apache License 2.0
28 stars 25 forks source link

Update Notebook for dataset location and package install. #18

Closed scottdangelo closed 5 years ago

scottdangelo commented 5 years ago

The location of the German credit data has moved. Update the means of downloading it. Use the pypi package for aif360 to download it. Add logic to download the data to proper directory. Change the epsilon for the mitigation to the proper value of 0.1

Closes: #12 Closes: #14 Closes: #16