FeatureAutoDeriveOnTrain#
- class diveplane.openapi.models.FeatureAutoDeriveOnTrain#
Define how to create and derive all the values for this feature from the trained dataset.
- derive_type: str#
The train derive operation type.
- code: str#
Amalgam code describing how feature could be derived.
- series_id_features: List[str]#
Feature name(s) of series for which to derive this feature. A series is the conjunction of all the features specified by this attribute.
- ordered_by_features: List[str] | None#
Feature name(s) by which to order the series specified by
series_id_features
. Series values are order by the order of feature names specified by this attribute.