Shopify / bevel

Ordinal regression in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary classification for ordinal regression

rossdiener opened this issue · comments

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.