evalml icon indicating copy to clipboard operation
evalml copied to clipboard

Time Series Decomposition

Open ParthivNaresh opened this issue 3 years ago • 1 comments

As a developer, I wish I could use EvalML to decompose time series data into trend, seasonal, and residual values. These would be useful for graphing purposes and for leveraging in other time series tools down the line.

trend, seasonal, residuals = decompose(y)

y_complex_decomposition

ParthivNaresh avatar Jan 10 '22 23:01 ParthivNaresh

File separate issues for a graphing function and/or estimators for this. Maybe it becomes an epic of its own, depends on what we want as a result of planning time series v.2 epic.

chukarsten avatar Feb 02 '22 20:02 chukarsten