Description Usage Arguments Value Examples
View source: R/random_forest.R
Function that builds weak model on Decision Tree for regression task
1 | dt_reg(x, y)
|
x |
- input independent variables x for the training |
y |
- input dependent variable y for the traisning |
The trained Decision Tree model based on the input data.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.