What is stratified cross-validation and when should we use it?
Answer Posted / Mayank Tripathi
Stratified cross-validation is a technique for training machine learning models that ensures the data used for each fold in cross-validation is representative of the entire dataset's class distribution. This method is useful when dealing with imbalanced datasets, where one class has significantly more instances than another. Stratified cross-validation helps to avoid bias and improves the model's performance on minority classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers