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?
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.
|
Regression: the output variable takes continuous values. Classification: the output variable takes class labels. |
|||
|
|
|
Same as Tim said a different way. Regression involves estimating or predicting a response. Classification is identifying group membership. |
|||
|
|