Description Usage Arguments Details Value
View source: R/treeConditions.R
Extract all the conditional representations of a model.
1 | treeConditions(in.tree, split.digits = 11)
|
in.tree |
Trees from a fitted XGBoost model |
split.digits |
Significant digits for rounding split values |
Search the trees of an XGBoost model and convert them into feature conditions and values. Combine values across the same feature conditions.
Returns a table of tree conditions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.