Commit 0823a28a authored by Vít Novotný's avatar Vít Novotný
Browse files

Revert "Add random-normalized NDCG' to the leaderboards"

This reverts commit 9d5e4d91.
parent 9d5e4d91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ Each task comes with three *subsets*:
#### Using the `train` set to train your supervised system

``` sh
$ pip install --force-reinstall git+https://gitlab.fi.muni.cz/xstefan3/arqmath-eval@0.0.5
$ pip install --force-reinstall git+https://gitlab.fi.muni.cz/xstefan3/arqmath-eval@0.0.4
$ python
>>> from arqmath_eval import get_topics, get_judged_documents, get_ndcg
>>>
@@ -58,7 +58,7 @@ Here is the documentation of the available evaluation functions:
#### Using the `validation` set to compare various parameters of your system

``` sh
$ pip install --force-reinstall git+https://gitlab.fi.muni.cz/xstefan3/arqmath-eval@0.0.5
$ pip install --force-reinstall git+https://gitlab.fi.muni.cz/xstefan3/arqmath-eval@0.0.4
$ python
>>> from arqmath_eval import get_topics, get_judged_documents
>>>
+2 −2
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@ This table contains all results for user *ayetiran* in descending order of task
performance.  Result names are based on the filenames of the results with
underscores (`_`) replaced with a comma and a space for improved readability.

| nDCG' | Random-normalized nDCG' | Result name |
|-------|-------------------------|:------------|
| nDCG | Result name |
|------|:------------|
+2 −2
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@ This table contains all results for user *xluptak4* in descending order of task
performance.  Result names are based on the filenames of the results with
underscores (`_`) replaced with a comma and a space for improved readability.

| nDCG' | Random-normalized nDCG' | Result name |
|-------|-------------------------|:------------|
| nDCG | Result name |
|------|:------------|
+2 −2
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@ This table contains all results for user *xnovot32* in descending order of task
performance.  Result names are based on the filenames of the results with
underscores (`_`) replaced with a comma and a space for improved readability.

| nDCG' | Random-normalized nDCG' | Result name |
|-------|-------------------------|:------------|
| nDCG | Result name |
|------|:------------|
+2 −2
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@ This table contains all results for user *xstefan3* in descending order of task
performance.  Result names are based on the filenames of the results with
underscores (`_`) replaced with a comma and a space for improved readability.

| nDCG' | Random-normalized nDCG' | Result name |
|-------|-------------------------|:------------|
| nDCG | Result name |
|------|:------------|
Loading