By clicking "Accept", you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. See our Privacy Policy for more information
Cross-validation is a technique for evaluating machine learning models. It consists in dividing a data set into several subsets (or “folds”). The model is trained on some subsets and tested on others. This allows model performance to be estimated more reliably by reducing overfitting.