Print the description of parameters of a given learner. The description is automatically extracted from the help pages of the learner, so it may be incomplete.

helpLearnerParam(learner, param = NULL)

Arguments

learner

(Learner | character(1))
The learner. If you pass a string the learner will be created via makeLearner.

param

(character | NULL)
Parameter(s) to describe. Defaults to NULL, which prints information on the documentation status of all parameters.

See also