Learn R Programming

rtemis (version 0.79)

modSelect: Select rtemis Learner

Description

Accepts learner name (supports abbreviations) and returns rtemis function name or the function itself. If run with no parameters, prints list of available algorithms.

Usage

modSelect(mod, fn = FALSE, desc = FALSE)

Arguments

mod

String: Model name. Case insensitive. e.g. "XGB" for xgboost

fn

Logical: If TRUE, return function, otherwise name of function. Defaults to FALSE

desc

Logical: If TRUE, return full name / description of algorithm mod

Value

function or name of function (see param fn) or full name of algorithm (desc)