cv.venn: Crossfold Validation Venn Diagrams.

Description Usage Arguments Author(s) Examples

View source: R/blkboxVenn.R

Description

This relies on numerous methods being used for feature selection in blkboxCV. It will construct a venn diagram to compare the features selected by various algorithms based on feature importance.

Usage

1
cv.venn(results)

Arguments

results

An object produced by the blkboxCV function.

Author(s)

Zachary Davies, Boris Guennewig

Examples

1
cv.venn(blkboxCV(..., Method = c("randomforest", "SVM"), AUC = 0.50))

gboris/blkbox documentation built on Dec. 27, 2021, noon