Content deleted Content added
Kikichugirl (talk | contribs) m clean up, typos fixed: a instance → an instance using AWB |
|||
Line 6:
==Tasks==
The main task in preference learning concerns problems in "[[learning to rank]]". According to different types of preference information observed, the tasks are categorized as three main problems in the book ''Preference Learning''
===Label ranking===
Line 12:
In label ranking, the model has an instance space <math>X=\{x_i\}\,\!</math> and a finite set of labels <math>Y=\{y_i|i=1,2,\cdots,k\}\,\!</math>. The preference information is given in the form <math>y_i \succ_{x} y_j\,\!</math> indicating instance <math>x\,\!</math> shows preference in <math>y_i\,\!</math> rather than <math>y_j\,\!</math>. A set of preference information is used as training data in the model. The task of this model is to find a preference ranking among the labels for any instance.
It was observed some conventional [[Classification in machine learning|classification]] problems can be generalized in the framework of label ranking problem
===Instance ranking===
|