int_conformal_split.kerasnip_step_view: Split Conformal Inference Method for 'kerasnip_step_view'...

View source: R/step_view.R

int_conformal_split.kerasnip_step_viewR Documentation

Split Conformal Inference Method for kerasnip_step_view Objects

Description

Calibration-set conformal intervals for one forecast step of a multistep fit. Mirrors probably's own (private) int_conformal_split.workflow(), using only generics::augment() (implemented for this class via kerasnip_step_truth()), rather than probably's unexported internals.

Usage

## S3 method for class 'kerasnip_step_view'
int_conformal_split(object, cal_data, ...)

Arguments

object

A kerasnip_step_view.

cal_data

A data frame of raw calibration predictors (and the original outcome column step_lead() was applied to).

...

Not used.

Value

A conformal_reg_split/int_conformal_split object; predict() on it (from probably) works unmodified, since it dispatches back to predict.kerasnip_step_view().


kerasnip documentation built on Sept. 4, 2026, 1:06 a.m.