Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

THis is more machine learning questions, but perhaps someone will be able to help. I would like to know what is the diference between regression and classification when we try to generate output for a training data set x?

share|improve this question

2 Answers

up vote 5 down vote accepted

Regression: the output variable takes continuous values.

Classification: the output variable takes class labels.

share|improve this answer

Same as Tim said a different way. Regression involves estimating or predicting a response. Classification is identifying group membership.

share|improve this answer
signed up to up vote this response. i love the plain English description. – Julian Apr 26 at 5:49

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.