feature_importance

Classes

MRMRFeatureSelectionTransform(...[, ...])

Transform that selects features according to MRMR variable selection method adapted to the timeseries case.

TreeFeatureSelectionTransform(model, top_k)

Transform that selects features according to tree-based models feature importance.