mlearn | R Documentation |
the MLHO ML training and testing
mlearn(
dat.train,
dat.test,
dems = NULL,
save.model = FALSE,
classifier = "glmboost",
note = "mlho_terst_run",
cv = "cv",
nfold = 5,
aoi = "label",
multicore = FALSE,
preProc = TRUE
)
dat.train |
training data |
dat.test |
testing data |
dems |
demographic variables |
save.model |
do you want to save the model? |
classifier |
the classification algorithm |
note |
add a descriptive word about your modeling |
cv |
cross validatio method |
nfold |
nfold cross validation folds |
aoi |
outcome of interest |
multicore |
do you want to parallelize the process? |
preProc |
preprocessig on the train data or not |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.