Home
Press ? for keyboard navigation
❮
Model selection and validation
Learning Curves
❯
K-fold valiadtion
divide the data into k (5-10) subsets
do the training and testing on each subset
each tim use one fold as the test-set and all the other folds as the train set
KFold()
StratifiedKFold()
LeaveOneOut()
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)