| predict.cuda_ml_logistic_reg | R Documentation |
Make predictions on new data points using a CuML logistic regression model.
## S3 method for class 'cuda_ml_logistic_reg'
predict(object, x, ...)
object |
A trained CuML model. |
x |
A matrix or dataframe containing new data points. |
... |
Additional arguments to |
Predictions on new data points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.