What is classification and regression in machine learning?
Answer Posted / Braj Mohan Kumar
Classification is a type of supervised learning technique used to categorize data into distinct, mutually exclusive classes. For example, classifying emails as spam or not spam. On the other hand, Regression is also a supervised learning technique used to predict a continuous output variable based on one or more input variables. An example of regression would be predicting house prices based on features like location, size, and number of bedrooms.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers