FairUP / src /aif360 /aif360-r /DESCRIPTION
erasmopurif's picture
First commit
d2a8669
raw
history blame contribute delete
965 Bytes
Package: aif360
Type: Package
Title: Help Detect and Mitigate Bias in Machine Learning Models
Version: 0.1.0
Authors@R: c(
person("Gabriela", "de Queiroz", email = "[email protected]", role = "aut"),
person("Stacey", "Ronaghan", email = "[email protected]", role = "aut"),
person("Saishruthi", "Swaminathan", email = "[email protected]",
role = c("aut", "cre")))
Description: The AI Fairness 360 toolkit is an open-source library to help detect
and mitigate bias in machine learning models. The AI Fairness 360 R package includes
a comprehensive set of metrics for datasets and models to test for biases,
explanations for these metrics, and algorithms to mitigate bias in datasets and models.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
URL: https://github.com/Trusted-AI/AIF360
BugReports: https://github.com/Trusted-AI/AIF360/issues
Imports:
reticulate,
rstudioapi
RoxygenNote: 7.2.0
Suggests:
testthat