default_learners {postcard} | R Documentation |
Creates a list of learners
Description
This function creates a list of learners compatible with the learners
argument of fit_best_learner, which is used as the default argument.
Usage
default_learners()
Value
a named list
of learners, where each element consists of a
-
model
: Aparsnip
model specification -
grid
: Adata.frame
with columns corresponding to tuning parameters
Examples
default_learners()
[Package postcard version 1.0.0 Index]