Fairlearn is a Python package that empowers developers of artificial intelligence (AI) systems to assess their system's fairness and mitigate any observed unfairness issues. Fairlearn contains mitigation algorithms as well as a Jupyter widget for model assessment. Besides the source code, this repository also contains Jupyter notebooks with examples of Fairlearn usage.
Website: https://fairlearn.github.io/
- Current release
- What we mean by fairness
- Overview of Fairlearn
- Install Fairlearn
- Usage
- Contributing
- Maintainers
- Issues
-
The current stable release is available at Fairlearn v0.6.2.
-
Our current version differs substantially from version 0.2 or earlier. Users of these older versions should visit our onboarding guide.
An AI system can behave unfairly for a variety of reasons. In Fairlearn, we define whether an AI system is behaving unfairly in terms of its impact on people – i.e., in terms of harms. We focus on two kinds of harms:
-
Allocation harms. These harms can occur when AI systems extend or withhold opportunities, resources, or information. Some of the key applications are in hiring, school admissions, and lending.
-
Quality-of-service harms. Quality of service refers to whether a system works as well for one person as it does for another, even if no opportunities, resources, or information are extended or withheld.
We follow the approach known as group fairness, which asks: Which groups of individuals are at risk for experiencing harms? The relevant groups need to be specified by the data scientist and are application specific.
Group fairness is formalized by a set of constraints, which require that some aspect (or aspects) of the AI system's behavior be comparable across the groups. The Fairlearn package enables assessment and mitigation of unfairness under several common definitions. To learn more about our definitions of fairness, please visit our user guide on Fairness of AI Systems.
Note: Fairness is fundamentally a sociotechnical challenge. Many aspects of fairness, such as justice and due process, are not captured by quantitative fairness metrics. Furthermore, there are many quantitative fairness metrics which cannot all be satisfied simultaneously. Our goal is to enable humans to assess different mitigation strategies and then make trade-offs appropriate to their scenario.
The Fairlearn Python package has two components:
-
A dashboard for assessing which groups are negatively impacted by a model, and for comparing multiple models in terms of various fairness and accuracy metrics.
-
Algorithms for mitigating unfairness in a variety of AI tasks and along a variety of fairness definitions.
For an overview of our algorithms please refer to our website.
Check out our in-depth guide on the Fairlearn dashboard.
For instructions on how to install Fairlearn check out our Quickstart guide.
For common usage refer to the Jupyter notebooks and our
user guide.
Please note that our APIs are subject to change, so notebooks downloaded
from main
may not be compatible with Fairlearn installed with pip
.
In this case, please navigate the tags in the repository
(e.g. v0.4.5)
to locate the appropriate version of the notebook.
To contribute please check our contributor guide.
The Fairlearn project is maintained by:
- @adrinjalali
- @hildeweerts
- @MiroDudik
- @mmadaio
- @riedgar-ms
- @romanlutz
For a full list of contributors refer to the authors page
Pose questions and help answer them on Stack
Overflow with the tag
fairlearn
or on Gitter.
Issues are meant for bugs, feature requests, and documentation improvements. Please submit a report through GitHub issues. A maintainer will respond promptly as appropriate.
Maintainers will try to link duplicate issues when possible.
To report security issues please send an email to
fairlearn-internal@python.org
.