View source: R/03_apply_model.R
apply_model | R Documentation |
Apply model and create column with fit
apply_model(
obj,
models = c("SL.glm", "SL.rpart"),
test_partition_prop = 0.2,
perf_measure = "auc"
)
obj |
object returned from |
models |
models to be analyzed |
test_partition_prop |
test proportion |
perf_measure |
performance measure |
list with fit models and parameters
apply_model(obj2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.