美文网首页
【ML】Cross Validation

【ML】Cross Validation

作者: 盐果儿 | 来源:发表于2022-06-24 02:44 被阅读0次

Cross Validation: It is a resampling method that uses different portions of the data to test and train a model on different iterations.

Different Cross Validation:

1. Four-Fold Cross Validation: Divided the data into 4 blocks.

2. Leave One Out Cross Validation (LOOCV): It is a configuration of k-fold cross-validation where k is set to the number of examples in the dataset.

3. Ten-Fold Cross Validation: In practice, it is very common to divided the data into 10 blocks.

相关文章

网友评论

      本文标题:【ML】Cross Validation

      本文链接:https://www.haomeiwen.com/subject/dshvvrtx.html