Description Usage Arguments Value Author(s) Examples
This function for the given formula and data builds logistic regressions models, decision trees, gbm model. It saves models to the models catalog and as a result returns trained models and evaluation of how these models are good.
1 | hugo_train_model(data = NULL, formula = NULL)
|
data |
an optional |
formula |
formula describing the model to be fitted |
Function returns trained models and assessment of how these models are good.
Anna Kozak
1 2 3 4 5 6 | ## Not run:
data("PimaIndiansDiabetes")
formula <- "diabetes~."
hugo_train_model(PimaIndiansDiabetes, formula)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.