learn | R Documentation |
the ML part
learn(
data,
demographics,
augment = FALSE,
tst.size = 0.2,
save.model = FALSE,
classifier = "glmboost",
note = "mlho_terst_run",
aoi,
multicore = FALSE
)
data |
the dbmart |
demographics |
demographics table |
augment |
if you want to add demographic variables to your model set it to TRUE |
tst.size |
test/train set ratio – default set at 0.2 (20 percent) |
save.model |
do you want to save the model? |
classifier |
the classification algorithm |
note |
add a descriptive word about your modeling |
aoi |
outcome of interest |
multicore |
do you want to parallelize the process? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.