We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/ordinal-regression
The text was updated successfully, but these errors were encountered: