| int_conformal_split.kerasnip_output_view | R Documentation |
kerasnip_output_view ObjectsCalibration-set conformal intervals for one output of a multi-output fit.
Mirrors probably's own (private) int_conformal_split.workflow(), using
only hardhat::extract_mold() and generics::augment() (both implemented
for this class), rather than probably's unexported internals.
## S3 method for class 'kerasnip_output_view'
int_conformal_split(object, cal_data, ...)
object |
A |
cal_data |
A data frame of calibration predictors and truth. |
... |
Not used. |
A conformal_reg_split/int_conformal_split object; predict()
on it (from probably) works unmodified, since it dispatches back to
predict.kerasnip_output_view().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.