Skip to content

Commit ed02a18

Browse files
committed
fix typo
1 parent bb955e3 commit ed02a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ In cases where the size of your training data (and therefore also the validation
225225

226226
<div class="fig figcenter fighighlight">
227227
<img src="/assets/crossval.jpeg">
228-
<div class="figcaption">Common data splits. A training and test set is given. The training set is split into folds (for example 5 folds here). The folds 1-4 become the training set. One fold (e.g. fold 5 here in yellow) is denoted as the Validation fold and is used to tune the hyperparameters. Cross-validation goes a step further iterates over the choice of which fold is the validation fold, separately from 1-5. This would be referred to as 5-fold cross-validation. In the very end once the model is trained and all the best hyperparameters were determined, the model is evaluated a single time on the test data (red).</div>
228+
<div class="figcaption">Common data splits. A training and test set is given. The training set is split into folds (for example 5 folds here). The folds 1-4 become the training set. One fold (e.g. fold 5 here in yellow) is denoted as the Validation fold and is used to tune the hyperparameters. Cross-validation goes a step further and iterates over the choice of which fold is the validation fold, separately from 1-5. This would be referred to as 5-fold cross-validation. In the very end once the model is trained and all the best hyperparameters were determined, the model is evaluated a single time on the test data (red).</div>
229229
</div>
230230

231231
<a name='procon'></a>

0 commit comments

Comments
 (0)