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

Not able to use pandas df in OptimPreproc of Inprocessing #534

Open waghts95 opened 5 months ago

waghts95 commented 5 months ago

Hello team, Thanks for your amazing work.

I am using demo_optim_data_preproc.ipynb. I need to use my datasets. I am using pandas df to read data. Pandas df is not working with OptimPreproc.

Please suggest a way such that I can do my work.

Devanand2501 commented 3 months ago

dataset_orig_train.convert_to_dataframe()[0] to convert dataset into dataframe