AIF360 icon indicating copy to clipboard operation
AIF360 copied to clipboard

Update tutorial_bias_advertising.ipynb

Open msdokania opened this issue 1 year ago • 1 comments

Addresses 1/3rd of #389

msdokania avatar Sep 22 '23 21:09 msdokania

Hi @msdokania

I see that you have added a badge but I am unable to run the notebook.

I see two issues

  1. You will need to pip install aif360 as part of the notebook

Install AIF360 !pip install 'aif360'

  1. 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
  2. Finally, u will still need code to unarchive the above file to obtain ad_campaign_data.csv

anupamamurthi avatar Oct 11 '23 02:10 anupamamurthi