fit.wflist: Fit a list of models

Description Usage Arguments Value

View source: R/fit.R

Description

Fits a list of workflows to a provided data.frame.

Usage

1
2
## S3 method for class 'wflist'
fit(workflows, data)

Arguments

workflows

A named list of workflow objects created by wf_list().

data

A data.frame containing data on which to fit the workflows.

Value

A named list of fitted workflow objects.


szego/cassoulet documentation built on Dec. 31, 2020, 7:40 a.m.