cforest is a random forest based on conditional inference
trees, using the implementation in the party package.
These trees can be used for classification, regression or survival
analysis, but only the survival part has been properly tested so far.fit_cforest(x, y, formula = y ~ ., ctrl_fun = party::cforest_unbiased, ...)cforest_control.ctrl_fun.cforest model.cforest are set using a
cforest_control object. You should read the documentation
as the default values are chosen for technical reasons, not predictive
performance!
Pay special attention to mtry which is set very low by default.emil, predict_cforest,
modeling_procedure