| cuda_ml_nvforest_info | R Documentation |
Inspect an nvForest model
cuda_ml_nvforest_info(object)
object |
An nvForest-backed model. |
A named list with:
task_typeOne of "binary_classification",
"multiclass_classification", or "regression".
num_classes, num_features, num_outputs, and
num_treesModel dimensions.
has_vector_leaves, average_tree_output, and
has_probability_outputLogical model properties.
device, device_id, layout, and
precisionResolved inference configuration.
default_chunk_size and align_bytesNative chunk and memory-alignment settings.
treelite_postprocessorThe model's Treelite postprocessor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.