You are working on a dataset with a large number of features. While some of them seem relevant, many appear to be redundant or irrelevant. What technique would you employ to enhance model performance and interpretability?

  • Data Normalization
  • Feature Scaling
  • Principal Component Analysis (PCA)
  • Recursive Feature Elimination (RFE)
Principal Component Analysis (PCA) is a dimensionality reduction technique that can help reduce the number of features while preserving the most important information. It enhances model performance by eliminating redundant features and improves interpretability by transforming the data into a new set of uncorrelated variables.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *