diff --git a/setup.py b/setup.py index 708bf7d3..32775b9d 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -long_description = """The AI Fairness 360 toolkit is an open-source library to help detect and remove bias in machine +long_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 Python 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.