AIF360
AIF360 copied to clipboard
Colab for jupyter notebooks in AIF360
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
Hello, Can I work on one of these issues?
Interested in working on the issue.