Shopify / bevel

Ordinal regression in Python
MIT License
65 stars 13 forks source link

Binary classification for ordinal regression #8

Open rossdiener opened 6 years ago

rossdiener commented 6 years ago

This paper talks about the benefit of using binary classification for ordinal regression: https://papers.nips.cc/paper/3125-ordinal-regression-by-extended-binary-classification.pdf The major benefits are: 1) no need to invent new loss function and optimization; 2) whatever optimization goes to Logistic Regression, the implementation gets it for free.