Description Usage Arguments Functions
The group of loss functions used to calculate OOB errors.
1 2 3 4 5 6 7 8 9 |
ytrue |
numeric vector of the true target values. |
ypred |
numeric vector of the predicted target values. |
wcase |
numeric vector of case weights. |
method |
string specifying the type of random forest. One of the following: 'anova', 'class', 'poisson', 'gamma' or 'lognormal'. |
dev_poiss
: Poisson deviance loss function for Poisson regression
dev_gamma
: Gamma deviance loss function for gamma regression
wgt_mse
: Weighted mean squared error loss function for anova and lognormal regression
mcc
: Matthews correlation coefficient for binary classification
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.