extract_model: Convenience functions to extract model

View source: R/pull.R

extract_modelR Documentation

Convenience functions to extract model

Description

[Soft-deprecated]

Usage

extract_model(x)

Arguments

x

A fitted workflow object.

Details

Use extract_fit_engine() instead of extract_model().

When extracting the fitted results, the workflow is easily accessible. If there is only interest in the model, this functions can be used as a shortcut

Value

A fitted model.


tidymodels/tune documentation built on April 21, 2024, 5:44 a.m.