predict.data_stack: Predicting with a model stack

View source: R/predict.R

predict.data_stackR Documentation

Predicting with a model stack

Description

The data stack must be evaluated with blend_predictions() and its member models fitted with fit_members() to predict on new data.

Usage

## S3 method for class 'data_stack'
predict(object, ...)

Arguments

object

A data stack.

...

Additional arguments. Currently ignored.


stacks documentation built on June 10, 2025, 9:14 a.m.