jma127 / pyltr

Python learning to rank (LTR) toolkit
BSD 3-Clause "New" or "Revised" License
464 stars 107 forks source link

added MSLR-WEB dataset compatibility to LETOR converter; added pairwise transformation function #10

Closed stiebels closed 7 years ago

stiebels commented 7 years ago

Now compatible with MSLR-WEB learning to rank dataset and LETOR datasets.

stiebels commented 7 years ago

Implemented the pairwise transformation procedure for transforming the input data into the pairwise representations required by various (pairwise) ranking approaches.

jma127 commented 7 years ago

Thanks much! Unit tests would be nice to have eventually :)