remove_vimp: Removes variable importance information

View source: R/recipe-api.R

remove_vimpR Documentation

Removes variable importance information

Description

This removes the variable importance quantity of interest from an HTE_cfg.

Usage

remove_vimp(hte_cfg)

Arguments

hte_cfg

HTE_cfg object to update.

Value

Updated HTE_cfg object

Examples

library("dplyr")
basic_config() %>%
   remove_vimp() -> hte_cfg

tidyhte documentation built on Aug. 14, 2023, 5:08 p.m.