You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**ML engineers and data scientists** building or evaluating models in Python.
14
+
-**Bias auditors and compliance teams** needing standardized, traceable fairness reports.
15
+
-**Researchers** studying AI bias across data modalities (tabular, vision, LLMs, etc).
16
+
-**Policymakers and analysts** who want reproducible evidence for decision‑making. Consider using the low‑code MAI‑BIAS toolkit for a higher level perspective.
17
+
18
+
## About
19
+
10
20
FairBench can be imported in Python AI projects to
11
21
offer standardized exploration of more than 300
12
-
fairness concerns. It produces reports that can be viewed in various formats
13
-
(e.g., in the terminal, in the browser) as part of continuous
22
+
fairness concerns. In particular, it produces reports that
23
+
can be viewed in various formats
24
+
(e.g., in the terminal, in the browser) as part of ongoing
14
25
reporting by developers, auditors, and eventually policymakers
15
26
with a certain degree of technical background.
16
27
17
-
Fairness exploration is not limited to one or a few measure at a time,
18
-
though single evaluations are still possible in line with other
28
+
Fairness exploration is not limited to one or a few measures at a time,
29
+
though single-measure computations are still available, in line with other
19
30
industrial frameworks. Instead, FairBench includes traceable computations
20
-
that keep track of intermediate quantities. Furthermore, reporting on
21
-
single metrics retrieves caveats and recommendations extracted through the
22
-
help of social scientists.
31
+
that keep track of intermediate quantities. Furthermore, when reporting focuses
32
+
single metrics that may miss the bigger picture, it is
33
+
accompanied by caveats and recommendations extracted through the help of
34
+
social scientists.
23
35
24
-
FairBench is independent of data modality, for example by
36
+
FairBench is independent of data modality, for example by
25
37
supporting -among others- regression and multiclass outputs
26
38
from most popular computational frameworks. It can also be used to
27
39
uncover LLM biases.
28
40
29
-
The library can be installed in your environment and called directly
30
-
from your code. BUt it also
41
+
If you have some coding experience with Python stacks like
42
+
Pandas and NumPy, the library can be installed in your environment
43
+
and called directly from your code. But it also
31
44
supports many fairness analysis functionalities
32
-
in the low-code environment of the
45
+
for immediate use by non-technical people in the low-code environment of the
0 commit comments