Question 2
Why is data preprocessing necessary before using it for model building?
The data may contain outliers or missing values due to errors in data collection.
Features may have different scales, affecting model performance.
The dataset may include non-numerical features that need to be converted to numerical representations.
All of these