# Streaming feature importance

Learn how to estimate feature importance for data streams as they evolve.

* [Feature Importance Tutorial](feature_importance.md)

# See also

- [`capymoa.feature`](../../api/modules/capymoa.feature.md#module-capymoa.feature)

Feature importance estimation ranks or scores the contribution of each feature to a
model’s predictions, updating as the stream evolves. These tutorials cover estimating
and evaluating feature importance on data streams, including the built-in methods and
how to integrate your own.
