
Ultimate access to all questions.
You are developing a predictive model to determine the likelihood of rainfall on a specific day. Given the vast number of input features available, you aim to explore methods to enhance the training speed of your model by eliminating some of these features, while ensuring that the reduction has minimal impact on the model's accuracy. What strategies can you employ to achieve this?
A
Eliminate features that are highly correlated to the output labels.
B
Combine highly co-dependent features into one representative feature.
C
Instead of feeding in each feature individually, average their values in batches of 3.
D
Remove the features that have null values for more than 50% of the training records.