Skip to content

Commit c2cb86d

Browse files
authored
Typos: cheap -> cheaply; and can -> which (#843)
I think there was some mix-up with this sentence.
1 parent 10a71d3 commit c2cb86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/articles/Submodels.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ library(ggplot2)
1616
theme_set(theme_bw())
1717
```
1818

19-
Some R packages can create predictions from models that are different than the one that was fit. For example, if a boosted tree is fit with 10 iterations of boosting, the model can usually make predictions on _submodels_ that have less than 10 trees (all other parameters being static). This is helpful for model tuning since you can cheap evaluate tuning parameter combinations and can often results in a large speed-up in the computations.
19+
Some R packages can create predictions from models that are different than the one that was fit. For example, if a boosted tree is fit with 10 iterations of boosting, the model can usually make predictions on _submodels_ that have less than 10 trees (all other parameters being static). This is helpful for model tuning since you can cheaply evaluate tuning parameter combinations which often results in a large speed-up in the computations.
2020

2121
In `parsnip`, there is a method called `multi_predict()` that can do this. It's current methods are:
2222

0 commit comments

Comments
 (0)