Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

[Docs] Fixes broken link in Fairness_Metrics #5245

Merged
merged 2 commits into from
Jun 7, 2021
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed

- Fixed Broken link in `allennlp.fairness.fairness_metrics.Separation` docs


## [v2.5.0](https://github.com/allenai/allennlp/releases/tag/v2.5.0) - 2021-06-03

Expand Down
2 changes: 1 addition & 1 deletion allennlp/fairness/fairness_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def reset(self) -> None:
@Metric.register("separation")
class Separation(Metric):
"""
[Separation]((https://fairmlbook.org) (pg. 12) allows correlation between the
[Separation](https://fairmlbook.org) (pg. 12) allows correlation between the
predictions and the protected variable to the extent that it is justified by
the gold labels.

Expand Down