View source: R/SRxgboost_make_ensemble.R
SRxgboost_make_ensemble | R Documentation |
Tries out several ensemble models from previous runs and generates predictions for the best ensemble.
SRxgboost_make_ensemble(name, lauf, top_rank = 3)
name |
character: folder name for results |
lauf |
character: 1 or several "lauf"-names of previous runs, e.g. c("lauf1", "lauf2") |
top_rank |
integer: 1 integer for each lauf, e.g. c(3, 5) |
forecast and model metrics for ensemble (OOF and TEST if available) as rds-file and as data.frame in memory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.