| list_learners | R Documentation |
Displays the built-in named learners available for use in
misl(). Note that any parsnip-compatible model spec can
also be passed directly via the *_method arguments.
list_learners(outcome_type = "all", installed_only = FALSE)
outcome_type |
One of |
installed_only |
If |
A tibble with columns learner, description,
package, installed, and outcome-type support flags
(when outcome_type = "all").
list_learners()
list_learners("continuous")
list_learners("ordinal")
list_learners("categorical", installed_only = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.