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.37k stars 823 forks source link

Add support for KDD Census-Income dataset #346

Open anupamamurthi opened 1 year ago

anupamamurthi commented 1 year ago

Original Dataset location: https://archive.ics.uci.edu/ml/datasets/Census-Income%2B(KDD) This is similar to the adult income dataset.

Potential Tasks:

Jyc323 commented 10 months ago

hello, I'm interested in the issue. Could you please assign it to me?

Jyc323 commented 10 months ago

hello @anupamamurthi, the original link to dataset is invalid now, can I use this link?https://archive.ics.uci.edu/dataset/117/census+income+kdd

anupamamurthi commented 10 months ago

Sure, go for it @Jyc323

Jyc323 commented 10 months ago

Hello @anupamamurthi, I'd like to confirm the progress. I've created the dataset file "income_dataset.py," similar to "adult_dataset.py," and customized it to match the dataset attributes. As per the instructions, I need to develop a basic .ipynb file. Could you advise on the appropriate folder to place it in? In this .ipynb file, I plan to utilize "BinaryLabelDatasetMetric" to process the dataset. Is this approach sufficient? Thank you!