select_learn | R Documentation |
Accepts learner name (supports abbreviations) and returns rtemis function name or the function itself. If run with no parameters, prints list of available algorithms.
select_learn(alg, fn = FALSE, name = FALSE, desc = FALSE)
alg |
Character: Model name. Case insensitive. e.g. "XGB" for xgboost |
fn |
Logical: If TRUE, return function, otherwise name of function. Defaults to FALSE |
name |
Logical: If TRUE, return canonical name of algorithm |
desc |
Logical: If TRUE, return full name / description of algorithm |
function or name of function (see param fn
) or short algorithm name
(name = TRUE
) or full algorithm name (desc = TRUE
)
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.