OptionalchangeIndicates if you want to change the featureType for this feature within the experiment version
OptionaldataThe data type of this feature in your dataset
OptionalfeatureThe 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.
OptionalincludeInclude this feature in your experiment version? Default here is based on insights for this feature (e.g. willBeDropped).
OptionalnameName of the feature column
OptionalparentThe 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