Skip to content

Commit

Permalink
Update algorithm-auditing.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
koenderks committed Dec 2, 2024
1 parent 022ac4d commit dd90e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/articles/algorithm-auditing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ on the package website.
*Example usage:*

```{r}
# Workflow leading to accuracy parity
fairness_selection(q1 = 1, q2 = 1, q3 = 2, q4 = 3)
# Workflow leading to predictive rate parity
fairness_selection(q1 = 1, q2 = 1, q3 = 1, q4 = 1)
```

### Testing algorithmic fairness
Expand Down

0 comments on commit dd90e90

Please sign in to comment.