tl_predict_deep: Predict using a deep learning model
Description
Predict using a deep learning model
Usage
tl_predict_deep(model, new_data, type = "response", ...)
Arguments
- 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