Ranking and ordinal regression algorithms in Python
Other
136
stars
85
forks
source link
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