show_engines | R Documentation |
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.
show_engines(x)
x |
The name of a |
A tibble.
show_engines("linear_reg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.