nnistelrooij / Information-Retrieval

Repository for research project of the 2019 Information Retrieval course at Radboud University in Nijmegen.
0 stars 0 forks source link

Evaluation metrics #13

Closed rusane closed 4 years ago

rusane commented 4 years ago

I implemented some evaluation metrics (P@k, AP, MAP, gMAP, Kendall's tau) in metrics.py. I accidentally pushed it to the master branch instead of my own evaluation branch. This probably should not be an issue though as all the code is contained in a new file, and as such should not cause any merge conflicts.

If you would like to, you can take a look at the file to check the implementation (no pull request because as I said before I accidentally pushed it to the master branch). We can either copy-paste this code directly into the notebook or import the file but then we would have to download the file into Google Colab.