powered by
Create the settings for adding a spline for continuous variables
createSplineSettings(continousCovariateId, knots, analysisId = 683)
An object of class featureEngineeringSettings
featureEngineeringSettings
The covariateId to apply splines to
Either number of knots of vector of split values
The analysisId to use for the spline covariates
Returns an object of class featureEngineeringSettings that specifies the sampling function that will be called and the settings
# create splines for age (1002) with 5 knots createSplineSettings(continousCovariateId = 1002, knots = 5, analysisId = 683)
Run the code above in your browser using DataLab