tidy.model_fit: Turn a parsnip model object into a tidy tibble

View source: R/tidy.R

tidy.model_fitR Documentation

Turn a parsnip model object into a tidy tibble

Description

This method tidies the model in a parsnip model object, if it exists.

Usage

## S3 method for class 'model_fit'
tidy(x, ...)

Arguments

x

An object to be converted into a tidy tibble::tibble().

...

Additional arguments to tidying method.

Value

a tibble


parsnip documentation built on Aug. 18, 2023, 1:07 a.m.