quick_anomaly_detector.models.SelectFeatures

class quick_anomaly_detector.models.SelectFeatures(features=[], label='label')

This class is for pipeline using of select features and label

__init__(features=[], label='label')

Methods

__init__([features, label])

fit(X[, y])

get_metadata_routing()

Get metadata routing of this object.

get_params([deep])

Get parameters for this estimator.

set_params(**params)

Set the parameters of this estimator.

transform(X[, y])