[Feature Request] Add Seasonality Detection for Time-Series Data #5230
Labels
enhancement
New feature or request
P2
Priority of the issue for triage purpose: Needs to be fixed at some point.
Uh oh!
There was an error while loading. Please reload this page.
Feature Description
In time series data, seasonality is the presence of variations that occur at specific regular intervals less than a year, such as weekly, monthly, or quarterly. With the support of seasonality and seasonality decomposition, we can improve a list of operations on time-series data:
We propose to provide
a. First, we support decomposition with Anomaly Detection PR 5202
b. Second, separate seasonality decomposition as a individual API as a Transformer
Detail API Proposal
Add two optional parameters to existing DetectEntireAnomalyBySrCnn API:
-- period: Seasonality Period (either from user or auto-detected by the DetectSeasonality API.
-- deseasonalityMode: Median, Average, STL.
The text was updated successfully, but these errors were encountered: