Description Usage Arguments Details See Also
Learning a Random Forest Model from training data. Parameter setting can vary in num.trees and mtry parameters.
1 | bm_randomforest(form, data, lpars)
|
form |
formula |
data |
training data for building the predictive model |
lpars |
a list containing the learning parameters |
See ranger
for a comprehensive description.
Imports learning procedure from ranger package.
other learning models: bm_mars
;
bm_ppr
; bm_gbm
;
bm_glm
; bm_cubist
;
bm_gaussianprocess
; bm_pls_pcr
;
bm_ffnn
; bm_svr
Other base learning models: bm_cubist
,
bm_ffnn
, bm_gaussianprocess
,
bm_gbm
, bm_glm
,
bm_mars
, bm_pls_pcr
,
bm_ppr
, bm_svr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.