Trusted-AI / AIF360

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.
https://aif360.res.ibm.com/
Apache License 2.0
2.46k stars 840 forks source link

Colab for jupyter notebooks in AIF360 #401

Open hoffmansc opened 2 years ago

hoffmansc commented 2 years ago

Make notebooks compatible with Google Colab.

This generally involves adding a cell to install the package and download the relevant dataset. See demo_lime.ipynb for an example.

This snippet may be helpful as well:

# Find out if we are running on colab
import sys
RUNNING_IN_COLAB = 'google.colab' in sys.modules
Pamelachristina commented 1 year ago

Hello, Can I work on one of these issues?

snehabandi commented 1 year ago

Interested in working on the issue.