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

Download of data fails #16

Closed scottdangelo closed 5 years ago

scottdangelo commented 5 years ago

When attempting to get the data:

!wget -P install_loc https://archive.ics.uci.edu/ml/machine-learning-databases/statlog/german/german.data
!wget -P install_loc https://archive.ics.uci.edu/ml/machine-learning-databases/statlog/german/german.doc

We get a error:

--2018-09-19 12:24:56--  https://archive.ics.uci.edu/ml/machine-learning-databases/statlog/german/german.data
Resolving archive.ics.uci.edu (archive.ics.uci.edu)... 128.195.10.249
Connecting to archive.ics.uci.edu (archive.ics.uci.edu)|128.195.10.249|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2018-09-19 12:24:57 ERROR 403: Forbidden.
scottdangelo commented 5 years ago

The new site to use is:

!wget ftp://ftp.ics.uci.edu/pub/machine-learning-databases/statlog/german/german.data
!wget ftp://ftp.ics.uci.edu/pub/machine-learning-databases/statlog/german/german.doc