https://store-images.s-microsoft.com/image/apps.12823.1d05631e-938f-41a9-a916-486e77ae6793.e5a5c7e9-b7c6-45dd-ac4a-53c323c22572.7698f421-4174-46f4-a9eb-28c5f6873ed1

AI Fairness 360

bCloud LLC

AI Fairness 360

bCloud LLC

Version 0.6.1 + Free with Support on Ubuntu 24.04

AI Fairness 360 (AIF360) is an open-source Python toolkit developed by IBM for detecting, measuring, and mitigating bias in machine learning models. It enables developers and researchers to build fairer and more responsible AI systems by providing fairness metrics and bias mitigation algorithms across datasets and models.

Features of AI Fairness 360:

  • Provides a comprehensive set of fairness metrics to evaluate bias in datasets and ML models.
  • Includes algorithms for preprocessing, in-processing, and post-processing bias mitigation.
  • Supports integration with common Python ML frameworks such as scikit-learn, TensorFlow, and PyTorch.
  • Offers ready-to-use datasets and examples for testing fairness interventions.
  • Open-source and widely used in AI research, industry, and responsible AI initiatives.

To check the installed version of AIF360 in your environment:


$ sudo su
$ sudo apt update
$ source /opt/aif360_env/bin/activate
$ python -c "import aif360; print('AIF360 Installed Successfully:', aif360.__version__)"

Disclaimer: AI Fairness 360 is developed and maintained by IBM. It provides general-purpose fairness metrics and algorithms, but fairness depends on proper application and domain-specific considerations. Always refer to official documentation or the Python package repository for the most accurate and up-to-date information.