Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

GeneSelectR (version 1.0.1)

set_default_fs_methods: Set Default Feature Selection Methods

Description

Set Default Feature Selection Methods

Usage

set_default_fs_methods(modules, max_features, random_state)

Value

A list containing preprocessing steps and default feature selection methods.

Arguments

modules

A list containing the definitions for the Python modules and submodules.

max_features

The maximum number of features to consider.

random_state

An integer value setting the random seed for feature selection algorithms and cross validation procedure. By default set to NULL to use different random seed every time an algorithm is used. For reproducibility could be fixed, otherwise for an unbiased estimation should be left as NULL.