feature#
Feature selection.
Feature selection identifies the subset of features that are most relevant to the learning task. In data stream learning, feature relevance can change over time, so importance must be estimated and updated incrementally.
Classes#
Base class for classifiers that expose feature-importance estimates. |
|
MOA-backed feature-importance classifier. |
Functions#
Plot feature importances as a bar chart. |
|
Plot windowed feature importances over time. |