Description Usage Arguments Value Note
Train and get predictions from a random forest regressor ('ranger' object).
1 2 | ranger_regressor(train_df, target_var, params = list(num.trees = 50), 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.