Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabianp/minirank
- Owner: fabianp
- License: other
- Created: 2012-07-16T15:44:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T13:05:35.000Z (almost 4 years ago)
- Last Synced: 2024-10-17T08:35:24.435Z (19 days ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 314 KB
- Stars: 136
- Watchers: 16
- Forks: 85
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
- scipyMethods
-------minirank.ordinal_logistic_fit
train an ordinal logistic model
minirank.ordinal_logistic_predict
predict a model trained by minirank.ordinal_logistic_fit