k-fold cross-validation

Designing a great validation set (fastai)

<aside> 💡 Suggestion: building a reliable validation scheme, by favouring more a k-fold over a train-test-split, given its probabilistic nature and ability to generalize to unseen data.

</aside>

Divide dataset. Use test set for all the models that you train using the remaining part of the data.

Wichtige Anmerkungen