Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabianp/minirank

Ranking and ordinal regression algorithms in Python
https://github.com/fabianp/minirank

Last synced: 5 days ago
JSON representation

Ranking and ordinal regression algorithms in Python

Awesome Lists containing this project

README

        

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