fipBoruta: Feature importance Boruta DLCV

View source: R/dlcv_boruta.R

fipBorutaR Documentation

Feature importance Boruta DLCV

Description

Visualize feature importance of the Boruta DLCV results

Usage

fipBoruta(x, plot = T, min_n = 0, y_nudge = NULL)

Arguments

x

DLCV boruta object generated by the dlcvBoruta function

plot

Boolean to visualise plot

min_n

Minimal number of folds to visualise

y_nudge

Nudge y coordinate to visualise number of times features was selected in fold.

Value

Tibble with the feature importances and number of times selected in folds.


mikeniemant/nbs documentation built on June 23, 2022, 4:52 a.m.