prev next front |1 |2 |3 |4 |5 |6 |7 |8 |9 |10 |11 |12 |13 |14 |15 |16 |17 |18 |19 |20 |21 |22 |23 |24 |25 |26 |27 |28 |29 |review
Three internal validation techniques are shown. Split-sample means that a random split is made, resulting in e.g. a 50% development and a 50% validation sample. Cross-validation uses the same principle, but alternates the development and validation samples (e.g. 50:50 split means 2 development and test rounds; a 90:10 split 10 rounds). The most extreme variant of cross-validation is the ‘jack-knife’, where n-1 patients are used for model development, with validation on the patient who was left out. The bootstrap is however the preferred technique (see next slide).