| int_conformal_full.kerasnip_output_view | R Documentation |
kerasnip_output_view ObjectsFull (refit-per-candidate) conformal intervals for one output of a
multi-output fit. This is kerasnip's own implementation (see the design
note above kerasnip_mold_outcome_names()), not a reuse of probably's
private internals, since those assume a single-outcome fit throughout.
Only control$method = "grid" is supported.
## S3 method for class 'kerasnip_output_view'
int_conformal_full(object, train_data, ..., control = NULL)
object |
A |
train_data |
The training data used to fit |
... |
Not used. |
control |
A |
A kerasnip_conformal_full/int_conformal_full object; call
predict() on it to get intervals for new data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.