From a3c716a4c5e8d27ebfc3f710e5cdc33985b31985 Mon Sep 17 00:00:00 2001 From: Sean Law Date: Sat, 9 Jan 2021 16:54:32 -0500 Subject: [PATCH 1/2] Fixed #39073 Add STUMPY to Pandas ecosystem docs --- doc/source/ecosystem.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index e84f156035725..636f15b246398 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 seris 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 From 0053cf96479ebc8a875611523ea03b9ecf4798db Mon Sep 17 00:00:00 2001 From: Sean Law Date: Sat, 9 Jan 2021 18:56:59 -0500 Subject: [PATCH 2/2] Fixed typos, removed trailing whitespace --- doc/source/ecosystem.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index 636f15b246398..bb89b91954518 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -88,9 +88,9 @@ Compose is a machine learning tool for labeling data and prediction engineering. `STUMPY `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -STUMPY is a powerful and scalable Python library for modern time seris analysis. +STUMPY is a powerful and scalable Python library for modern time series analysis. At its core, STUMPY efficiently computes something called a -`matrix profile `__, +`matrix profile `__, which can be used for a wide variety of time series data mining tasks. .. _ecosystem.visualization: