Skip to content

cdegroc/minirank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some ranking algorithms in Python.

Dependencies

  • cython >= 0.17 (previous versions will not work)
  • numpy

Methods

minirank.train_sgd

Trains a model using stochastic gradient descent. See docstring for more details.

minirank.compat.RankSVM implements an estimator following the conventions used in scikit-learn.

About

Some ranking algorithms in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.3%
  • C 16.5%
  • Python 11.2%