fix
Browse files
README.md
CHANGED
|
@@ -4,18 +4,18 @@ tags:
|
|
| 4 |
- evaluate
|
| 5 |
- metric
|
| 6 |
description: "This is the mean reciprocal rank (mrr) metric for retrieval systems.
|
| 7 |
-
It is the average of the precision scores computer after each relevant document is got. You can refer to [here](https://amenra.github.io/ranx/metrics/#mean-
|
| 8 |
sdk: gradio
|
| 9 |
sdk_version: 3.19.1
|
| 10 |
app_file: app.py
|
| 11 |
pinned: false
|
| 12 |
---
|
| 13 |
|
| 14 |
-
# Metric Card for
|
| 15 |
|
| 16 |
## Metric Description
|
| 17 |
This is the mean average precision (map) metric for retrieval systems.
|
| 18 |
-
It is the average of the precision scores computer after each relevant document is got. You can refer to [here](https://amenra.github.io/ranx/metrics/#mean-
|
| 19 |
|
| 20 |
## How to Use
|
| 21 |
```python
|
|
|
|
| 4 |
- evaluate
|
| 5 |
- metric
|
| 6 |
description: "This is the mean reciprocal rank (mrr) metric for retrieval systems.
|
| 7 |
+
It is the average of the precision scores computer after each relevant document is got. You can refer to [here](https://amenra.github.io/ranx/metrics/#mean-reciprocal-rank)"
|
| 8 |
sdk: gradio
|
| 9 |
sdk_version: 3.19.1
|
| 10 |
app_file: app.py
|
| 11 |
pinned: false
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# Metric Card for mrr
|
| 15 |
|
| 16 |
## Metric Description
|
| 17 |
This is the mean average precision (map) metric for retrieval systems.
|
| 18 |
+
It is the average of the precision scores computer after each relevant document is got. You can refer to [here](https://amenra.github.io/ranx/metrics/#mean-reciprocal-rank)
|
| 19 |
|
| 20 |
## How to Use
|
| 21 |
```python
|