View source: R/classifier_train.R
filter_features_AUC | R Documentation |
A function for filtering-based feature selection, using ROC/AUC as a metric
filter_features_AUC( dd, cls, threshold = 0.8, direction = c("two.sided", "greater", "less") )
dd |
A |
cls |
A set of classes, either in |
threshold |
A minimum value of AUC for filtering |
direction |
Direction of AUC statistical test: "two.sided", "greater" or "less" |
A data.frame
of feature
, diff
, score
where score
> threshold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.