Model Pipeline - K-fold cross-validation
K-fold cross-validation is a way to check how well a model learns by splitting data into parts. The model trains on some parts and tests on the remaining part. This repeats for all parts to get a fair idea of performance.