Commit 15faa1af authored by Vít Novotný's avatar Vít Novotný
Browse files

Add random system performance to the leaderboards

parent 5d31c92a
Loading
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.6
$ pip install --force-reinstall git+https://gitlab.fi.muni.cz/xstefan3/arqmath-eval@0.0.7
$ 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.6
$ pip install --force-reinstall git+https://gitlab.fi.muni.cz/xstefan3/arqmath-eval@0.0.7
$ python
>>> from arqmath_eval import get_topics, get_judged_documents
>>>
+1 −0
Original line number Diff line number Diff line
@@ -4,3 +4,4 @@ underscores (`_`) replaced with a comma and a space for improved readability.

| nDCG | Result name |
|------|:------------|
| *0.6894* | *random* |
+1 −0
Original line number Diff line number Diff line
@@ -4,3 +4,4 @@ underscores (`_`) replaced with a comma and a space for improved readability.

| nDCG | Result name |
|------|:------------|
| *0.6894* | *random* |
+1 −0
Original line number Diff line number Diff line
@@ -4,3 +4,4 @@ underscores (`_`) replaced with a comma and a space for improved readability.

| nDCG | Result name |
|------|:------------|
| *0.6894* | *random* |
+1 −0
Original line number Diff line number Diff line
@@ -4,3 +4,4 @@ underscores (`_`) replaced with a comma and a space for improved readability.

| nDCG | Result name |
|------|:------------|
| *0.6894* | *random* |
Loading