Can LDA be used for both classification and dimensionality reduction?
- No
- Only for classification
- Only for dimensionality reduction
- Yes
"Yes," LDA can be used both for classification, by finding the best linear combinations of features to separate classes, and for dimensionality reduction, by projecting data into a lower-dimensional space while preserving class separability.
Loading...
Related Quiz
- What is the main difference between Ridge and Lasso regularization?
- What is the primary purpose of using regularization techniques in Machine Learning models?
- Q-learning is an off-policy algorithm because it learns the value of the optimal policy's actions, which may be different from the current ________'s actions.
- Considering the sensitivity of healthcare data, what is a primary concern when applying machine learning to electronic health records?
- ___________ is a dimensionality reduction technique that maximizes the separability between different classes in a dataset.