Skip to content

Commit e2fef35

Browse files
authored
Fix two typos in the Scratch.Rmd file
1 parent 4230ef8 commit e2fef35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/articles/Scratch.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The main hyper-parameter is the number of subclasses. We'll name our function `m
4444

4545
Before proceeding, it helps to to review how `parsnip` categorizes models:
4646

47-
* The model _type_ is related to the structural aspect of the model. For example, the model type `linear_reg` represents linear models (slopes and intercepts) that model a numeric outcome. Other model types in the package are `neighest_nighbors`, decision_tree`, and so on.
47+
* The model _type_ is related to the structural aspect of the model. For example, the model type `linear_reg` represents linear models (slopes and intercepts) that model a numeric outcome. Other model types in the package are `nearest_neighbors`, `decision_tree`, and so on.
4848

4949
* Within a model type is the _mode_. This relates to the modeling goal. Currently the two modes in the package are "regression" and "classification". Some models have methods for both models (e.g. nearest neighbors) while others are specific to a single mode (e.g. logistic regression).
5050

0 commit comments

Comments
 (0)