predict.cuda_ml_logistic_reg: Make predictions on new data points.

Description Usage Arguments Value

View source: R/logistic_reg.R

Description

Make predictions on new data points using a CuML logistic regression model.

Usage

1
2
## S3 method for class 'cuda_ml_logistic_reg'
predict(object, x, ...)

Arguments

object

A trained CuML model.

x

A matrix or dataframe containing new data points.

...

Additional arguments to predict(). Currently unused.

Value

Predictions on new data points.


cuda.ml documentation built on Jan. 8, 2022, 9:06 a.m.