
Ultimate access to all questions.
In the context of preparing a dataset for a machine learning model that predicts housing prices, you are considering the step of data normalization. The dataset includes features such as square footage, number of bedrooms, and age of the property, each with varying scales. Your goal is to ensure that the model performs optimally by addressing the scale variance among features. Which of the following best describes the primary benefit of applying data normalization in this scenario? Choose the best option.
A
To encrypt sensitive information within the dataset, enhancing privacy and security.
B
To reduce the storage space required by eliminating redundant data entries.
C
To ensure that all data entries follow a consistent format, facilitating easier data merging from multiple sources.
D
To scale the features to a uniform range, thereby improving the model's ability to learn from each feature equally.
E
Both A and C are correct.