AIF360 icon indicating copy to clipboard operation
AIF360 copied to clipboard

Colab for jupyter notebooks in AIF360

Open hoffmansc opened this issue 3 years ago • 2 comments

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
  • [ ] #378
  • [x] #380
  • [x] #381
  • [ ] #385
  • [ ] #386
  • [ ] #387
  • [ ] #388
  • [ ] #389

hoffmansc avatar Sep 16 '22 17:09 hoffmansc

Hello, Can I work on one of these issues?

Pamelachristina avatar Sep 22 '23 19:09 Pamelachristina

Interested in working on the issue.

snehabandi avatar Sep 22 '23 21:09 snehabandi