tl_predict_logistic: Predict using a logistic regression model
Description
Predict using a logistic regression model
Usage
tl_predict_logistic(model, new_data, type = "prob", ...)
Arguments
- model
A tidylearn logistic model object
- new_data
A data frame containing the new data
- type
Type of prediction: "prob" (default), "class", "response"
- ...
Additional arguments