IBM / ensure-loan-fairness-aif360

A demonstration of the AI Fairness 360 toolbox for bias metrics, explanations, and remediation. Code Pattern: https://developer.ibm.com/patterns/ensuring-fairness-when-processing-loan-applications
Apache License 2.0
28 stars 25 forks source link

document ENV vars for Studio and venv data install, and change notebook #12

Closed scottdangelo closed 5 years ago

scottdangelo commented 5 years ago

When the data is uploaded, it needs to go to the location of the example notebook. This might be in a virtual environment, so we'll need to use ENV variables like $VIRTUAL_ENV and $CONDA_PREFIX.

scottdangelo commented 5 years ago

This is actually accomplished by changing to the proper directory, then downloading the data there.