Uni-Target Class Prediction Task: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
(Created page with "A Uni-Target Class Prediction Task is a class prediction task that is a single-target prediction task (which requires a single value associated to a test cas...")
 
m (Text replacement - ". ----" to ". ----")
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A [[Uni-Target Class Prediction Task]] is a [[class prediction task]] that is a [[single-target prediction task]] (which requires a single [[value]] associated to a [[test case]]).
A [[Uni-Target Class Prediction Task]] is a [[class prediction task]] that is a [[single-target prediction task]] (which requires a single [[value]] associated to a [[test case]]).
* <B>AKA:</B> [[Single-Label Classification]].
* <B>AKA:</B> [[Uni-Target Class Prediction Task|Single-Label Classification]].
* <B>Context:</B>
* <B>Context:</B>
** It can range from being a [[Heuristic Unilabel Classification Task]] to being a [[Data-Driven Unilabel Classification Task]] (such as a [[supervised unilabel classification task]])
** It can range from being a [[Heuristic Unilabel Classification Task]] to being a [[Data-Driven Unilabel Classification Task]] (such as a [[supervised unilabel classification task]]).
** …
* <B>Counter-Example(s):</B>
* <B>Counter-Example(s):</B>
** [[Multi-Label Classification Task]].
** [[Multi-Label Classification Task]].
* <B>See:</B> [[Single-Target Numeric Value Prediction Task]].
* <B>See:</B> [[Single-Target Numeric Value Prediction Task]].
----
----
----
----
==References==


===2007===
== References ==
* ([[Tsoumakas & Katakis, 2007]]) &rArr; Grigorios Tsoumakas, and Ioannis Katakis. ([[2007]]). “[http://www.igi-global.com/viewtitlesample.aspx?id=1786 Multi-Label Classification: An Overview]." In: International Journal of Data Warehousing and Mining, 3(3). [http://dx.doi.org/10.4018/jdwm.2007070101 doi:10.4018/jdwm.2007070101]
 
** QUOTE: Traditional [[supervised single-label classification|single-label classification]] is concerned with learning from a set of examples that are associated with a single label l from a set of disjoint labels <math>L</math>, <math>\mid L \mid \gt 1</math>. If <math>\mid L \mid = 2</math>, then the learning problem is called a [[supervised binary classification|binary classification problem]] (or [[filtering]] in the case of [[textual data|textual]] and [[web data]]), while if  <math>\mid L \mid \gt 2</math>, then it is called a [[Supervised Multi-Label Classification Task|multi-class classification problem]]. <P> In [[Supervised Multi-Label Classification Task|multi-label classification]], the examples are associated with a set of labels  <math>Y ⊆ L</math>. In the past, [[Supervised Multi-Label Classification Task|multi-label classification]] was mainly motivated by the tasks of [[text categorization]] and [[medical diagnosis]].
=== 2007 ===
* ([[Tsoumakas & Katakis, 2007]]) &rArr; Grigorios Tsoumakas, and Ioannis Katakis. ([[2007]]). “[http://www.igi-global.com/viewtitlesample.aspx?id=1786 Multi-Label Classification: An Overview].In: International Journal of Data Warehousing and Mining, 3(3). [http://dx.doi.org/10.4018/jdwm.2007070101 doi:10.4018/jdwm.2007070101]
** QUOTE: Traditional [[supervised single-label classification|single-label classification]] is concerned with learning from a set of examples that are associated with a single label l from a set of disjoint labels <math>L</math>, <math>\mid L \mid \gt 1</math>. If <math>\mid L \mid = 2</math>, then the learning problem is called a [[supervised binary classification|binary classification problem]] (or [[filtering]] in the case of [[textual data|textual]] and [[web data]]), while if  <math>\mid L \mid \gt 2</math>, then it is called a [[Supervised Multi-Label Classification Task|multi-class classification problem]].       <P>         In [[Supervised Multi-Label Classification Task|multi-label classification]], the examples are associated with a set of labels  <math>Y ⊆ L</math>. In the past, [[Supervised Multi-Label Classification Task|multi-label classification]] was mainly motivated by the tasks of [[text categorization]] and [[medical diagnosis]].


----
----
__NOTOC__
__NOTOC__
[[Category:Concept]]
[[Category:Concept]]

Latest revision as of 03:00, 24 September 2021

A Uni-Target Class Prediction Task is a class prediction task that is a single-target prediction task (which requires a single value associated to a test case).



References

2007