You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tunable: [‘logical(1)’]
Is this parameter tunable? Defining a parameter to be
not-tunable allows to mark arguments like, e.g., “verbose” or
other purely technical stuff, and allows them to be excluded
from later automatic optimization procedures that would try
to consider all available parameters. Default is ‘TRUE’
(except for ‘untyped’, ‘function’, ‘character’ and
‘characterVector’) which means it is tunable.
The last two lines are misleading for character and characterVector, which do not even have a tunable parameter, and apparently wrong for untyped and funtion, which both have tunable = TRUE in their function head.
?Param
and?LearnerParam
both mentionThe last two lines are misleading for
character
andcharacterVector
, which do not even have atunable
parameter, and apparently wrong foruntyped
andfuntion
, which both havetunable = TRUE
in their function head.The text was updated successfully, but these errors were encountered: