Description Usage Arguments Value
reg_rf
fit robust random forests based on weighted median splitting rule.
1 |
formula |
an object of class "formula". |
n_trees |
number of trees. Default is 50. |
feature_frac |
fraction of features used in each split. Default is 1/2. |
data |
a training data frame. |
weights |
an optional vector of weights. |
minnodes |
minimal leaf size of tree. Default is 5. |
a list of components
fit - estimation method.
importance - vector of variable importance.
tree - tree structure and needed parameters.
data - training data.
nodepreds - leaf node predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.