Spaces:
Sleeping
Sleeping
Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -59,7 +59,7 @@ Hard labels are categorical, having the same format of the real dataset. Soft la
|
|
59 |
"""
|
60 |
|
61 |
WEIGHT_ADJUSTMENT_INTRODUCTION = """
|
62 |
-
The score for ranking (DD-Ranking Score, DDRS) in the following table is computed by DDRS = \\frac{e^{w IOR - (1 - w) HLR} - e^{-1}}{e - e^{-1}}$, where $w$ is the weight for the HLR metric.
|
63 |
**You can specify the weight $w$ below.**
|
64 |
"""
|
65 |
|
|
|
59 |
"""
|
60 |
|
61 |
WEIGHT_ADJUSTMENT_INTRODUCTION = """
|
62 |
+
The score for ranking (DD-Ranking Score, DDRS) in the following table is computed by $DDRS = \\frac{e^{w IOR - (1 - w) HLR} - e^{-1}}{e - e^{-1}}$, where $w$ is the weight for the HLR metric.
|
63 |
**You can specify the weight $w$ below.**
|
64 |
"""
|
65 |
|