Question: What is the main goal of dimensionality reduction techniques like PCA?
Options:
Correct Answer: To reduce the number of features while preserving variance
Solution:
PCA aims to reduce the number of features while preserving as much variance as possible in the data.