• Stars
    star
    136
  • Rank 267,670 (Top 6 %)
  • Language
    Jupyter Notebook
  • License
    Other
  • Created over 12 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Ranking and ordinal regression algorithms in Python

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