createFeatureEngineeringSettings: Create the settings for defining any feature engineering that...

View source: R/FeatureEngineering.R

createFeatureEngineeringSettingsR Documentation

Create the settings for defining any feature engineering that will be done

Description

Create the settings for defining any feature engineering that will be done

Usage

createFeatureEngineeringSettings(type = "none")

Arguments

type

(character) Choice of:

  • 'none' No feature engineering - this is the default

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

Examples

createFeatureEngineeringSettings(type = "none")

OHDSI/PatientLevelPrediction documentation built on Feb. 14, 2025, 9:44 a.m.