slds-lmu / lecture_i2ml

I2ML lecture repository
https://slds-lmu.github.io/i2ml/
Creative Commons Attribution 4.0 International
146 stars 81 forks source link

[resampling] Properties hold-out | cv | loocv #610

Open ludwigbothmann opened 3 years ago

ludwigbothmann commented 3 years ago

It seems to be unclear to some students what the advantages and disadvantages of hold-out | cv | loo-cv are. We should formalize these better. For example, some students said in the exam that a disadvantage of hold-out is the large variance, and in the very next sentence that a disadvantage of loo-cv is also the large variance.

berndbischl commented 1 year ago

thats actually true for both methods, so LOO and holdout, but with different levels of "badness"

lisa-wm commented 1 year ago

related to https://github.com/slds-lmu/lecture_i2ml/issues/994, https://github.com/slds-lmu/lecture_i2ml/issues/611