Accepts learner name (supports abbreviations) and returns rtemis function name or the function itself. If run with no parameters, prints list of available algorithms.
modSelect(mod, fn = FALSE, desc = FALSE)
String: Model name. Case insensitive. e.g. "XGB" for xgboost
Logical: If TRUE, return function, otherwise name of function. Defaults to FALSE
Logical: If TRUE, return full name / description of algorithm mod
function or name of function (see param fn
) or full name of algorithm (desc
)