createRandomForestFeatureSelection: Create the settings for random foreat based feature selection

View source: R/FeatureEngineering.R

createRandomForestFeatureSelectionR Documentation

Create the settings for random foreat based feature selection

Description

Create the settings for random foreat based feature selection

Usage

createRandomForestFeatureSelection(ntrees = 2000, maxDepth = 17)

Arguments

ntrees

number of tree in forest

maxDepth

MAx depth of each tree

Details

Returns an object of class featureEngineeringSettings that specifies the sampling function that will be called and the settings

Value

An object of class featureEngineeringSettings


OHDSI/PatientLevelPrediction documentation built on April 27, 2024, 8:11 p.m.