Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 👁
|
|
4 |
colorFrom: red
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
@@ -12,16 +12,16 @@ tags:
|
|
12 |
- evaluate
|
13 |
- metric
|
14 |
- ranking
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
---
|
26 |
|
27 |
# Metric Card for nDCG
|
|
|
4 |
colorFrom: red
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.28.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
12 |
- evaluate
|
13 |
- metric
|
14 |
- ranking
|
15 |
+
description: >-
|
16 |
+
The Discounted Cumulative Gain is a measure of ranking quality. It is used to
|
17 |
+
evaluate Information Retrieval Systems under the following 2 assumptions:
|
18 |
+
1. Highly relevant documents/Labels are more useful when appearing earlier in the results
|
19 |
+
2. Documents/Labels are relevant to different degrees
|
20 |
+
It is defined as the Sum over all relevances of the retrieved documents
|
21 |
+
reduced logarithmically proportional to the position in which they were
|
22 |
+
retrieved. The Normalized DCG (nDCG) divides the resulting value by the best
|
23 |
+
possible value to get a value between 0 and 1 s.t. a perfect retrieval
|
24 |
+
achieves a nDCG of 1.
|
25 |
---
|
26 |
|
27 |
# Metric Card for nDCG
|