extract_model {tune}R 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.


[Package tune version 1.2.1 Index]