38
I know I should use cross-validation to evaluate my model, but I'm confused about:
- What's the difference between k-fold and stratified k-fold?
- Should I do cross-validation before or after feature selection?
- How do I cross-validate when doing hyperparameter tuning?
What's the right workflow to avoid data leakage?