Skip to content

Latest commit

 

History

History
executable file
·
20 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

executable file
·
20 lines (12 loc) · 457 Bytes

Some ranking and ordinal regression algorithms in Python.

WARNING: THIS SOFTWARE HAS SOME BUGS AND IS PROBABLY BROKEN. I'M WORKING ON A FRENSH IMPLEMENTATION OF ORDINAL REGRESSION METHODS IN https://github.com/fabianp/mord

Dependencies

  • numpy
  • scipy

Methods

minirank.ordinal_logistic_fit

train an ordinal logistic model

minirank.ordinal_logistic_predict

predict a model trained by minirank.ordinal_logistic_fit