-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Rename
DocumentMeanAveragePrecision
and `DocumentMeanReci…
…procalRank` (#7470) * Rename DocumentMeanAveragePrecision and DocumentMeanReciprocalRank * Update releasenotes * Simplify names
- Loading branch information
1 parent
bf8453e
commit 8b8a93b
Showing
6 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
releasenotes/notes/document-map-evaluator-de896c94b54fe3fa.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
features: | ||
- | | ||
Add DocumentMeanAveragePrecision, it can be used to calculate mean average precision of retrieved documents. | ||
Add DocumentMAPEvaluator, it can be used to calculate mean average precision of retrieved documents. |
2 changes: 1 addition & 1 deletion
2
releasenotes/notes/document-mrr-evaluator-fa7c266cc91201a7.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
features: | ||
- | | ||
Add DocumentMeanReciprocalRank, it can be used to calculate mean reciprocal rank of retrieved documents. | ||
Add DocumentMRREvaluator, it can be used to calculate mean reciprocal rank of retrieved documents. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters