diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index e84f156035725..bb89b91954518 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -85,6 +85,14 @@ Featuretools is a Python library for automated feature engineering built on top Compose is a machine learning tool for labeling data and prediction engineering. It allows you to structure the labeling process by parameterizing prediction problems and transforming time-driven relational data into target values with cutoff times that can be used for supervised learning. +`STUMPY `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +STUMPY is a powerful and scalable Python library for modern time series analysis. +At its core, STUMPY efficiently computes something called a +`matrix profile `__, +which can be used for a wide variety of time series data mining tasks. + .. _ecosystem.visualization: Visualization