quickrank icon indicating copy to clipboard operation
quickrank copied to clipboard

Official repository of QuickRank: A C++ suite of Learning to Rank algorithms.

Results 5 quickrank issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for sharing the great package! I am curious what would it take to write a simple python wrapper to train and evaluate the models. Thanks

enhancement
help wanted

I cannot clone the gitmodules auto, so I did it manully, but when I compile with `make`, I get the following error: ``` s4438236@moss:~/quickrank$ make Scanning dependencies of target pugixml...

the URL for the catch module has changed: https://github.com/catchorg/Catch2

Looks like the class constructor for some of the forest learners were changed but never updated on test. I don't know if the change on training/validation score was expected, but...

I already have _LLVM_ 5 installed on my _MacOS_ system with _Homebrew_, so I didn't really need _GCC_, but _OpenMP_ doesn't get recognized when you try to build issuing _Cmake_...