| predict.cuda_ml_nvforest | R Documentation |
Predict with an nvForest model
## S3 method for class 'cuda_ml_nvforest'
predict(
object,
new_data,
type = NULL,
threshold = NULL,
chunk_size = NULL,
...
)
object |
An nvForest-backed model. |
new_data |
Numeric predictor data. |
type |
Classification models support |
threshold |
Binary classification threshold, or |
chunk_size |
Native prediction chunk size, or |
... |
Unused. |
A tibble with .pred for regression,
.pred_class for class prediction, or one probability column named
.pred_<level> for each class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.