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

Update README.md #242

Closed YSeethaRamayya closed 2 years ago

YSeethaRamayya commented 3 years ago

after performing steps mentioned until 3 in suggested steps then we need to do following steps before performing step-4 library(reticulate) py_install('aif360')

This steps needs to be performed otherwise following error will be thrown: Error in py_module_import(module, convert = convert) : ModuleNotFoundError: No module named 'aif360'