| predict.kerasnip_conformal_full | R Documentation |
kerasnip_conformal_full ObjectsComputes full-conformal intervals for new_data, one grid search per row
via kerasnip_grid_one_output_view().
## S3 method for class 'kerasnip_conformal_full'
predict(object, new_data, level = 0.95, ...)
object |
A |
new_data |
A data frame of predictors. |
level |
The conformal level. |
... |
Not used. |
A tibble with .pred_lower/.pred_upper columns, one row per
row of new_data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.