| int_conformal_full.kerasnip_step_view | R Documentation |
kerasnip_step_view ObjectsFull (refit-per-candidate) conformal intervals for one forecast step of a
multistep fit. Requires step_lead() and step_sequence() to share a
single source column (true of every multistep model built with this
package's own examples/vignette); see the design note above
kerasnip_step_recipe_step(). Only control$method = "grid" is
supported.
## S3 method for class 'kerasnip_step_view'
int_conformal_full(object, train_data, ..., control = NULL)
object |
A |
train_data |
The raw training data used to fit |
... |
Not used. |
control |
A |
A kerasnip_conformal_full_step/int_conformal_full object;
call predict() on it to get intervals for new data (a raw
continuation of train_data).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.