Skip to content

Commit

Permalink
Fix table in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Aug 21, 2024
1 parent d55b3f1 commit e1cf67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ APIs are subject to change, and functionality may not be fully implemented.
| Name | Purpose | Status |
| ------------------------ | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| [`augurs-changepoint`][] | Changepoint detection for time series | alpha - API is flexible right now |
| [`augurs-clustering`][] | Time series clustering algorithms
| [`augurs-clustering`][] | Time series clustering algorithms | alpha - API is flexible right now |
| [`augurs-core`][] | Common structs and traits | alpha - API is flexible right now |
| [`augurs-dtw`][] | Dynamic Time Warping (DTW) | alpha - API is flexible right now |
| [`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 |
Expand Down

0 comments on commit e1cf67e

Please sign in to comment.