View source: R/supervised-deep-learning.R
| tl_predict_deep | R Documentation |
Predict using a deep learning model
tl_predict_deep(model, new_data, type = "response", ...)
model |
A tidylearn deep learning model object |
new_data |
A data frame containing the new data |
type |
Type of prediction: "response" (default), "prob" (for classification), "class" (for classification) |
... |
Additional arguments |
Predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.