Examples
Creating a user behavior multivariate feature:Attributes
Type discriminator; fixed as
CustomFeatureType.FROM_COLUMNS.Number of k-means clusters used for drift detection (default
5).Cluster centroids in the embedded space; populated during training.
Names of the input columns combined into this feature; at least two required.
Whether to monitor each column individually for drift (default
False).classmethod validate_columns()
Returns
List[str]
classmethod validate_n_clusters()
Returns
int