| int_conformal_split.kerasnip_step_view | R Documentation |
kerasnip_step_view ObjectsCalibration-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.
## S3 method for class 'kerasnip_step_view'
int_conformal_split(object, cal_data, ...)
object |
A |
cal_data |
A data frame of raw calibration predictors (and the
original outcome column |
... |
Not used. |
A conformal_reg_split/int_conformal_split object; predict()
on it (from probably) works unmodified, since it dispatches back to
predict.kerasnip_step_view().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.