Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 350 Bytes

README.rst

File metadata and controls

18 lines (12 loc) · 350 Bytes

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.