| predict.cuda_ml_logistic_reg | R Documentation |
Predict from a logistic or multinomial regression model
## S3 method for class 'cuda_ml_logistic_reg'
predict(object, new_data, type = c("class", "prob"), ...)
object |
A fitted |
new_data |
New predictor data. |
type |
Either |
... |
Unused. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.