Skip to content

Commit aa24027

Browse files
committed
Merge branch 'main' into releases
2 parents 8930608 + b96700b commit aa24027

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@ npm start
2828
```
2929
This should automatically open the WebApp at <http://localhost:3000/>.
3030

31-
## Deploy WebApp
31+
## Limitations and future extensions
3232

33-
Make sure that you are in the frontend directory with:
34-
```
35-
cd frontend
36-
```
37-
Then, deploy the React app to gh-pages with:
38-
```
39-
npm run deploy
40-
```
41-
The app is available at [https://joebaumann.github.io/FairnessLab](https://joebaumann.github.io/FairnessLab/).
33+
Any bias audit tool comes with limitations. Here are the main ones of the FairnessLab:
34+
- Can currently only audit _binary_ decision-making systems
35+
- Can currently only audit one model at a time
36+
- Can currently only build utility functions using Y, D and the sensitive attribute but no other features yet
37+
- Can currently only configure one fairness metric at a time
38+
- Should in the future show error bars in Pareto plot to assess statistical significance of efficiency-fairness tradeoffs
39+
40+
More features will be added in the future to better reflect the flexibility of our theoretical approach.
41+
42+
## Get in touch
43+
44+
Do you want to audit a model using the FairnessLab or our approach and want to discuss this with us? Do you have ideas for how to improve the FairnessLab? Then don't hesitate to reach out to us: [Corinna]([email protected]) and [Joe]([email protected]).

0 commit comments

Comments
 (0)