Leave one out
Rosie discovered that her model had worse performance when using a different test set.
She started the project by setting aside a portion of her data and built a model that, so far, impressed everyone with a strong performance. But the bubble burst when she trained and tested the model with a different portion of her dataset.
Rosie’s team recommended k-Fold cross-validation, but Rosie wanted to take the process to the extreme: she decided to create as many folds as samples in the dataset.
Which of the following statements correctly describes what Rosie should expect to happen:
Rosie’s method will be computationally cheaper than using fewer folds and result in a more reliable estimate of model performance.
Rosie’s method will be computationally more expensive than using fewer folds but will result in a more reliable estimate of model performance.
Rosie’s method will be computationally cheaper than using fewer folds but result in a less reliable estimate of model performance.
Rosie’s method will be computationally more expensive than using fewer folds and result in a less reliable estimate of model performance.