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.
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'
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'