predict.cuml_rand_forest: Make predictions on new data points.

Description Usage Arguments Value See Also

View source: R/rand_forest.R

Description

Make predictions on new data points using a CuML random forest model. See cuml_predict for full documentation of parameters.

Usage

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

Arguments

object

A trained CuML model.

...

See cuml_predict for full documentation of all other parameters.

Value

Predictions on new data points.

See Also

cuml_predict


cuml documentation built on Sept. 21, 2021, 1:06 a.m.