Identifying the Category of Prediction
Based on the category of prediction, we will perform different pre-processing steps. The category of prediction could be any of these:
- Categorical Prediction: In this type of prediction, the output to be predicted will have class values such as yes, no, or given categories.
- Numeric Prediction: In a numeric prediction, the output that will be predicted is a numeric value, such as predicting the cost of a house.