createFeatureEngineeringSettings {PatientLevelPrediction} | R 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:
|
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")
[Package PatientLevelPrediction version 6.4.1 Index]