The _________ method in Cross-Validation ensures that each fold maintains the same proportion of different classes as the complete dataset.
- k-fold
- proportional
- repeated
- stratified
The stratified method in Cross-Validation ensures that each fold maintains the same proportion of different classes as the complete dataset. It aims to preserve the percentage of samples for each class, especially important when working with imbalanced class distributions.
Loading...
Related Quiz
- How does LDA differ from Principal Component Analysis (PCA)?
- How does Cross-Validation help in reducing overfitting?
- How does dimensionality reduction help in reducing the risk of overfitting?
- The process of reducing the dimensions of a dataset while preserving as much variance as possible is known as ________.
- The _________ is a crucial aspect of a Machine Learning model that quantifies how well the model's predictions match the actual targets.