Takes a list of training datasets and a single test dataset and builds an ensemble of GLMs in parallel. Additionally calculates ensemble weights based on element accuracy.
1 2 | tt_glm_par(train_list, test_dat, out_vec, direction, family = binomial(link =
"logit"), leave_cores = 1)
|
train_list |
A |
test_dat |
A |
out_vec |
A named |
direction |
A character string for the direction used in |
family |
Used to specify the details of the glm methods. See |
leave_cores |
An integer for number of cores to leave unused. Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.