Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

If the training set is a set of $n$-tuples, with discrete labels, one can standardly use multinomial logistic regression (softmax), but what if the target labels are pairs of discrete values, or more generally, an $m$-tuple of discrete values?

Is there any method I can use, or am I allowed to perform $m$ separate softmax regression classifications, for each target dimension?

share|improve this question

migrated from math.stackexchange.com Nov 22 '12 at 11:00

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.