| predict.kerasnip_conformal_full_step | R Documentation |
kerasnip_conformal_full_step ObjectsComputes full-conformal intervals for new_data (a raw continuation of
the training data), one grid search per surviving window via
kerasnip_grid_one_step_view().
## S3 method for class 'kerasnip_conformal_full_step'
predict(object, new_data, level = 0.95, ...)
object |
A |
new_data |
Raw data continuing the training series. |
level |
The conformal level. |
... |
Not used. |
A tibble with .pred_lower/.pred_upper columns, one row per
window that survives step_sequence()'s history requirement.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.