Spaces:
Running
Running
Commit
·
f3395ee
1
Parent(s):
d425853
fix: remove LaTeX formatting
Browse files
main.py
CHANGED
@@ -92,7 +92,7 @@ more strongly favors methods having very low ranks on some datasets. It therefor
|
|
92 |
We introduce improvability as a metric that measures how many percent lower the error
|
93 |
of the best method is than the current method on a dataset. This is then averaged over
|
94 |
datasets. Formally, for a single dataset improvability is (err_i - besterr_i)/err_i * 100\%.
|
95 |
-
Improvability is always between
|
96 |
|
97 |
---
|
98 |
|
|
|
92 |
We introduce improvability as a metric that measures how many percent lower the error
|
93 |
of the best method is than the current method on a dataset. This is then averaged over
|
94 |
datasets. Formally, for a single dataset improvability is (err_i - besterr_i)/err_i * 100\%.
|
95 |
+
Improvability is always between 0\% and 100\%.
|
96 |
|
97 |
---
|
98 |
|