Description Usage Arguments Value Note
Train and get predictions from a 2-class random forest classifier ('ranger' object).
1 | ranger_classifier(train_df, target_var, params, eval_df, ...)
|
train_df |
Training data.frame. |
target_var |
Name of the target variable. |
params |
Parameters passed to the 'ranger' training function. |
eval_df |
Evaluation data.frame. |
... |
Additional parameters passed to the 'ranger' training function. |
The vector of predictions.
Only binary classification is currently supported.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.