pull_modeltime_residuals: Extracts modeltime residuals data from a Modeltime Model

View source: R/helpers-modeltime_residuals.R

pull_modeltime_residualsR Documentation

Extracts modeltime residuals data from a Modeltime Model

Description

If a modeltime model contains data with residuals information, this function will extract the data frame.

Usage

pull_modeltime_residuals(object)

Arguments

object

A fitted parsnip / modeltime model or workflow

Value

A tibble containing the model timestamp, actual, fitted, and residuals data


modeltime documentation built on Sept. 2, 2023, 5:06 p.m.