You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/parsnip_Intro.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The package makes the translation between `trees` and the real names in each of
45
45
46
46
Some terminology:
47
47
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.
49
49
* 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").
50
50
* 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).
0 commit comments