sktime/sktime

[ENH] Seasonal-Trend decomposition by Regression

Open

#7.048 geöffnet am 27. Aug. 2024

Auf GitHub ansehen
 (12 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.192 Forks)batch import
enhancementfeature requestgood first issuemodule:forecastingmodule:transformations

Repository-Metriken

Stars
 (7.162 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 26T 10h) (86 gemergte PRs in 30 T)

Beschreibung

Currently, the STLForecaster is a rather limited solution that often fails to decompose time series effectively (residuals can still have the seasonalities). One possibility for improvement is to incorporate the STR package from R: STR

Contributor Guide