ML Unit 3 Part 2
ML Unit 3 Part 2
MODEL
Introduction
● When we are trying to predict a categorical or nominal variable, then
problem is known as a classification problem.
● A classification problem is one where the output variable is a
category such as ‘red’ or ‘blue’ or ‘malignant tumour’ or ‘benign
tumour’, etc
● Where as when we are trying to predict a numerical variable such as
‘price’, ‘weight’, etc. the problem falls under the category of
regression.