Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ them:
| **Intersectional gaps** | For every pair of declared protected attributes, via `faircode.significance.intersectional_report` |

```bash
pip install -e ".[benchmark]" # scikit-learn + pyyaml + fairlearn
pip install -e ".[benchmark]" # scikit-learn + pyyaml + fairlearn + matplotlib
faircode benchmark # discovers every */audit.yaml, writes results/
faircode benchmark --out results/ --n-resamples 2000 --n-permutations 2000
faircode benchmark COMPAS/audit.yaml # run a subset explicitly
Expand Down
2 changes: 1 addition & 1 deletion faircode/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
(`pip install faircode[excel]`); reading .parquet additionally requires the
optional 'pyarrow' extra (`pip install faircode[parquet]`). The `benchmark`
command additionally requires the optional 'benchmark' extra
(`pip install faircode[benchmark]`: scikit-learn + pyyaml + fairlearn).
(`pip install faircode[benchmark]`: scikit-learn + pyyaml + fairlearn + matplotlib).
"""

from __future__ import annotations
Expand Down