From 694145e33473ca2a99c445bd3dc4af141ca4eb49 Mon Sep 17 00:00:00 2001 From: Ben Sully Date: Wed, 21 Aug 2024 16:38:31 +0100 Subject: [PATCH] Add status column to `augurs-dtw` in README table Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b0bed3..b3a649de 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ APIs are subject to change, and functionality may not be fully implemented. | ------------------------ | -------------------------------------------------------------------- | -------------------------------------------------------------------- | | [`augurs-changepoint`][] | Changepoint detection for time series | alpha - API is flexible right now | | [`augurs-core`][] | Common structs and traits | alpha - API is flexible right now | -| [`augurs-dtw`][] | Dynamic Time Warping (DTW) +| [`augurs-dtw`][] | Dynamic Time Warping (DTW) | alpha - API is flexible right now | | [`augurs-ets`][] | Automatic exponential smoothing models | alpha - non-seasonal models working and tested against statsforecast | | [`augurs-mstl`][] | Multiple Seasonal Trend Decomposition using LOESS (MSTL) | beta - working and tested against R | | [`augurs-outlier`][] | Outlier detection for time series | alpha - API is flexible right now |