A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and algorithms to mitigate bias in datasets and models.
I see that you have added a badge but I am unable to run the notebook.
I see two issues
You will need to pip install aif360 as part of the notebook
Install AIF360
!pip install 'aif360'
you will also need "ad_campaign_data.csv" to be downloaded as part of the notebook. I would recommend using a wget or use python's request module to grab bias-in-advertising.tar.gz
Finally, u will still need code to unarchive the above file to obtain ad_campaign_data.csv
Addresses 1/3rd of #389