Learn R Programming

parsnip (version 1.1.0)

show_engines: Display currently available engines for a model

Description

The possible engines for a model can depend on what packages are loaded. Some parsnip extension add engines to existing models. For example, the poissonreg package adds additional engines for the poisson_reg() model and these are not available unless poissonreg is loaded.

Usage

show_engines(x)

Value

A tibble.

Arguments

x

The name of a parsnip model (e.g., "linear_reg", "mars", etc.)

Examples

Run this code
show_engines("linear_reg")

Run the code above in your browser using DataLab