View source: R/sage-internals.R
| sage_batch_predict | R Documentation |
Performs batched prediction on combined data to manage memory usage. Supports both classification (probability predictions) and regression.
sage_batch_predict(learner, combined_data, task, batch_size, task_type)
learner |
( |
combined_data |
( |
task |
( |
batch_size |
( |
task_type |
( |
For classification: matrix of class probabilities (n_rows x n_classes).
For regression: numeric vector of predictions (length n_rows).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.