extract_model {tune} | R Documentation |
extract_model(x)
x |
A fitted workflow object. |
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
A fitted model.