augment.model_stack: Augment a model stack

augment.model_stackR Documentation

Augment a model stack

Description

Augment a model stack

Usage

## S3 method for class 'model_stack'
augment(x, new_data, ...)

Arguments

x

A fitted model stack; see fit_members().

new_data

A rectangular data object, such as a data frame.

...

Additional arguments passed to predict.model_stack. In particular, see type and members.

See Also

The collect_parameters() function is analogous to a tidy() method for model stacks.


tidymodels/stacks documentation built on March 23, 2024, 10:52 p.m.