File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ We use these to evaluate search performance. `results.csv` contains a list of au
44
55We use this to compute an average nDCG.
66
7+ ## Install
8+
9+ - Requires python 3.11
10+
11+ ``` bash
12+ pip install -r requirements.txt
13+ ```
14+
15+ ## Running
16+
717``` bash
818python compute_ndcg.py --help
919
Original file line number Diff line number Diff line change 1+ aiohappyeyeballs == 2.4.4
2+ aiohttp == 3.11.11
3+ aiosignal == 1.3.2
4+ algoliasearch == 4.12.0
5+ annotated-types == 0.7.0
6+ async-timeout == 5.0.1
7+ attrs == 24.3.0
8+ certifi == 2024.12.14
9+ charset-normalizer == 3.4.1
10+ frozenlist == 1.5.0
11+ idna == 3.10
12+ multidict == 6.1.0
13+ propcache == 0.2.1
14+ pydantic == 2.10.5
15+ pydantic_core == 2.27.2
16+ python-dateutil == 2.9.0.post0
17+ requests == 2.32.3
18+ six == 1.17.0
19+ typing_extensions == 4.12.2
20+ urllib3 == 2.3.0
21+ yarl == 1.18.3
You can’t perform that action at this time.
0 commit comments