Ultimate access to all questions.
In the context of developing a linear regression model for a dataset comprising over 100 input features, all normalized to the range between -1 and 1, you hypothesize that a significant number of these features may not contribute meaningfully to the predictive performance of the model. Your objective is to identify and eliminate these non-informative features while preserving the original form of the informative ones. Considering the need for efficiency, scalability, and the preservation of interpretability, which of the following methods would be the most appropriate to achieve this goal? Choose the best option.