| augment.kerasnip_step_view | R Documentation |
kerasnip_step_view ObjectsBinds predict(x, new_data, type = "numeric")'s .pred column with the
step's truth (from kerasnip_step_truth()) and new_data, mirroring
workflows:::augment.workflow(). Used internally by
int_conformal_split.kerasnip_step_view(). Rows step_sequence() drops
for lacking a full window of history are dropped here too, to stay
aligned with predict()'s row count.
## S3 method for class 'kerasnip_step_view'
augment(x, new_data, ...)
x |
A |
new_data |
A data frame of raw predictors (and the original outcome
column |
... |
Not used. |
A tibble: .pred, the step's truth column (named
x$outcome_col), and new_data's columns, aligned to the rows that
survived windowing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.