Optional
changeIndicates if you want to change the featureType for this feature within the experiment version
Optional
dataThe data type of this feature in your dataset
Optional
featureThe default feature type based on the feature's data type.
If you want a value to be interpreted differently (e.g. 0/1
as categorical/boolean instead of numeric), use changeType
.
Optional
includeInclude this feature in your experiment version? Default here is based on insights for this feature (e.g. willBeDropped).
Optional
nameName of the feature column
Optional
parentThe parent feature name for engineered features. e.g. OrderDate
may be the parent of its engineered features (features extracted from parent) like OrderDate.YEAR
, OrderDate.MONTH
, etc.
A feature (column) from your dataset