Skip to content

GiovanniGabbolini/mrr-cython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mrr-cython

PY_PIC BUILD_STATUS_PIC

Description

Fast implementation of the MRR ranking metric. Suitable to be used as custom metric in ranking algorithms, as they really ofter do not support it as a built-in ranking metric.

Blazingly fast

The code is written in Cython and therefore can be used in Python natively, but still is fast as C code.

Installation

You should build the Cython source code before using the function Do it by:

python setup.py build_ext --inplace

Example

See example.py for a complete example

License

Released under the MIT License

About

Fast implementation of the MRR ranking metric

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages