| augment.kerasnip_output_view | R Documentation |
kerasnip_output_view ObjectsBinds predict(x, new_data, type = "numeric")'s .pred column with
new_data, mirroring workflows:::augment.workflow(). Used internally by
int_conformal_split.kerasnip_output_view(), which needs both the
prediction and new_data's truth column in one data frame.
## S3 method for class 'kerasnip_output_view'
augment(x, new_data, ...)
x |
A |
new_data |
A data frame of predictors, including |
... |
Not used. |
new_data with a .pred column prepended.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.