Machine Learning Bytes

K-Fold Cross Validation


Listen Later

K-fold cross validation is the practice by which we separate a large data set into smaller pieces, independently process each data set, and then train our models on some number of the segments, and validate it on the rest. This is generally considered a best practice, or at least good practice,  in machine learning, as it helps ensure the correct characterization of your model on the validation set.


Machine Learning Mastery has a great post on the topic.

...more
View all episodesView all episodes
Download on the App Store

Machine Learning BytesBy Erik Partridge