We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4f38b commit b95e31dCopy full SHA for b95e31d
tests/metrics/test_fairness.py
@@ -231,7 +231,7 @@ def test_dir_zero_favorable_unprivileged(self):
231
)
232
233
def test_dir_equal_favorable_rates(self):
234
- """Property-based test to check that the result of DIR calculation
+ """Test to check that the result of DIR calculation
235
is 1.0 when favorable outcome rates are equal between groups."""
236
df = pd.DataFrame(generate_data())
237
privileged, unprivileged = get_privileged_unprivileged_split(df=df)
0 commit comments