View source: R/supervised-neural-networks.R
| tl_predict_nn | R Documentation |
Predict using a neural network model
tl_predict_nn(model, new_data, type = "response", ...)
model |
A tidylearn neural network 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.