Difference between revisions of "Ordinal Regression"

From
Jump to: navigation, search
Line 12: Line 12:
 
* [[Capabilities]]  
 
* [[Capabilities]]  
 
* [https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/ordinal-regression Ordinal Regression | Microsoft]
 
* [https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/ordinal-regression Ordinal Regression | Microsoft]
 +
* [http://statisticsbyjim.com/regression/choosing-regression-analysis/ Choosing the Correct Type of Regression Analysis | Jim Frost]
  
 
(also called "ordinal classification") is a type of regression analysis used for predicting an ordinal variable, i.e. a variable whose value exists on an arbitrary scale where only the relative ordering between different values is significant. It can be considered an intermediate problem between regression and classification. Examples of ordinal regression are ordered logit and ordered probit. Ordinal regression turns up often in the social sciences, for example in the modeling of human levels of preference (on a scale from, say, 1–5 for "very poor" through "excellent"), as well as in information retrieval. In machine learning, ordinal regression may also be called ranking learning. [http://en.wikipedia.org/wiki/Ordinal_regression Wikipedia]
 
(also called "ordinal classification") is a type of regression analysis used for predicting an ordinal variable, i.e. a variable whose value exists on an arbitrary scale where only the relative ordering between different values is significant. It can be considered an intermediate problem between regression and classification. Examples of ordinal regression are ordered logit and ordered probit. Ordinal regression turns up often in the social sciences, for example in the modeling of human levels of preference (on a scale from, say, 1–5 for "very poor" through "excellent"), as well as in information retrieval. In machine learning, ordinal regression may also be called ranking learning. [http://en.wikipedia.org/wiki/Ordinal_regression Wikipedia]

Revision as of 04:37, 24 February 2019

YouTube search... ...Google search

(also called "ordinal classification") is a type of regression analysis used for predicting an ordinal variable, i.e. a variable whose value exists on an arbitrary scale where only the relative ordering between different values is significant. It can be considered an intermediate problem between regression and classification. Examples of ordinal regression are ordered logit and ordered probit. Ordinal regression turns up often in the social sciences, for example in the modeling of human levels of preference (on a scale from, say, 1–5 for "very poor" through "excellent"), as well as in information retrieval. In machine learning, ordinal regression may also be called ranking learning. Wikipedia

Some examples of ranked values:

  • Survey responses that capture user’s preferred brands on a 1 to 5 scale
  • The order of finishers in a race
  • URLs in ranked search results

2qVDg.jpg