Skip to content

Commit 78aa484

Browse files
authored
Merge pull request #13 from dynamicwebpaige/patch-1
Removed opening bracket typo.
2 parents 58f13fa + 554c9dd commit 78aa484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/parsnip_Intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The package makes the translation between `trees` and the real names in each of
4545

4646
Some terminology:
4747

48-
* The **model type** differentiates models. Example types are: random forests, logistic regression, linear sup[port vector machines, etc.
48+
* The **model type** differentiates models. Example types are: random forests, logistic regression, linear support vector machines, etc.
4949
* The **mode** of the model denotes how it will be used. Two common modes are _classification_ and _regression_. Others would include "censored regression" and "risk regression" (parametric and Cox PH models for censored data, respectively), as well as unsupervised models (e.g. "clustering").
5050
* The **computational engine** indicates how the actual model might be fit. These are often R packages (such as `randomForest` or `ranger`) but might also be methods outside of R (e.g. Stan, Spark, and others).
5151

0 commit comments

Comments
 (0)