Skip to content

Commit 548a8bc

Browse files
author
ercbk
committed
readme update
1 parent acb3da6 commit 548a8bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ output: github_document
44

55
# Nested Cross-Validation: Comparing Methods and Implementations
66

7-
Nested cross-validation has become a recommended technique for situations in which the size of our dataset is insufficient to handle both hyperparameter tuning and algorithm comparison. Using standard methods such as k-fold cross-validation in such situations results in significant increases in optimization bias. Nested cross-validation has been shown to reduce the bias in out-of-sample error estimates even using datasets with only a few hundred rows.
7+
Nested cross-validation has become a recommended technique for situations in which the size of our dataset is insufficient to handle both hyperparameter tuning and algorithm comparison. Using standard methods such as k-fold cross-validation in such situations results in significant increases in optimization bias. Nested cross-validation has been shown to produce low bias in out-of-sample error estimates even using datasets with only a few hundred rows.
88

99
The primary issue with this technique is that it is computationally very expensive with potentially tens of 1000s of models being trained during the process. This experiment seeks to answer two questions:
1010
1. Which implementation is fastest?

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ situations in which the size of our dataset is insufficient to handle
66
both hyperparameter tuning and algorithm comparison. Using standard
77
methods such as k-fold cross-validation in such situations results in
88
significant increases in optimization bias. Nested cross-validation has
9-
been shown to reduce the bias in out-of-sample error estimates even
9+
been shown to produce low bias in out-of-sample error estimates even
1010
using datasets with only a few hundred rows.
1111

1212
The primary issue with this technique is that it is computationally very

0 commit comments

Comments
 (0)