Skip to content

Commit 000c086

Browse files
author
ercbk
committed
minor readme edit
1 parent 904146d commit 000c086

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Nested cross-validation has become a recommended technique for situations in whi
1111

1212
The primary issue with this technique is that it can be computationally expensive with potentially tens of 1000s of models being trained during the process. While researching this technique, I found two slightly different variations of performing nested cross-validation — one authored by [Sabastian Raschka](https://github.com/rasbt/stat479-machine-learning-fs19/blob/master/11_eval4-algo/code/11-eval4-algo__nested-cv_verbose1.ipynb) and the other by [Max Kuhn and Kjell Johnson](https://tidymodels.github.io/rsample/articles/Applications/Nested_Resampling.html).
1313

14-
Various elements of the technique affect the run times and can be altered to improve performance. These include:
14+
Various elements of the technique affect the run times and performance. These include:
1515

1616
1. Hyperparameter value grids
1717
2. Grid search strategy

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Raschka](https://github.com/rasbt/stat479-machine-learning-fs19/blob/master/11_e
2525
and the other by [Max Kuhn and Kjell
2626
Johnson](https://tidymodels.github.io/rsample/articles/Applications/Nested_Resampling.html).
2727

28-
Various elements of the technique affect the run times and can be
29-
altered to improve performance. These include:
28+
Various elements of the technique affect the run times and performance.
29+
These include:
3030

3131
1. Hyperparameter value grids
3232
2. Grid search strategy

0 commit comments

Comments
 (0)