| predict.kerasnip_output_view | R Documentation |
kerasnip_output_view ObjectsPredicts from the wrapped multi-output workflow, then selects and renames
object$output's columns down to the standard single-output shape
(.pred, .pred_class, .pred_<level>, or .pred/.pred_lower/
.pred_upper), so the result reads like a single-output predict() call.
## S3 method for class 'kerasnip_output_view'
predict(object, new_data, type = NULL, ...)
object |
A |
new_data |
A data frame of predictors. |
type |
One of |
... |
Passed to |
A tibble in the standard single-output prediction shape.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.