Learn R Programming

postcard (version 1.1.0)

default_learners: 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()

Arguments

Value

a named list of learners, where each element consists of a

  • model: A parsnip model specification

  • grid: A data.frame with columns corresponding to tuning parameters

Examples

Run this code
default_learners()

Run the code above in your browser using DataLab