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 github #353

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 have a simple way to download data from github - there are a few repo's that have "processed data" and we may want to easily grab the data automatically

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 GithubStore? (or something similar)

Please refer to #341 to learn about how to get started, why we care, possible implementation strategy etc

ashnakhetan commented 1 year ago

would love to take a stab at this one!