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

Design and implement a mechanism to download datasets from places like UCI #343

Open anupamamurthi opened 2 years ago

anupamamurthi commented 2 years ago

Similar to issues: https://github.com/Trusted-AI/AIF360/issues/341 https://github.com/Trusted-AI/AIF360/issues/342

Goal is to be able to have a simple way to download data from places like UCI from AIF360 directly.

This will make it easy for users to simply use a CLI or python script and grab the data without having to manually download it

Recommendation is to implement a WebStore? (or something similar) Please refer to #341 to learn about how to get started, why we care, possible implementation strategy etc

nrkarthikeyan commented 2 years ago

This will enable easier resolution of other UCI dataset issues that are open.