Description Usage Arguments Value Author(s)
View source: R/eval_framework.R
Calculate regression metrics for imbalanced domains.
1 | eval_stats(trues, preds, y_train, cf = 1.5, thr = 0.9, beta = 1)
|
trues |
a vector of true values |
preds |
a vector of predicted values |
y_train |
a vector of training values |
cf |
phi.control coef |
thr |
relevance threshold |
beta |
beta in F-measure |
a named vector of metrics RMSE, relevance-aware RMSE, and utility-based precision, recall and F-measure
Nuno Moniz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.