alteryx / alteryx/evalml

Update the return type of `get_trend_dataframe()`

Offen
#4,294 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Python
Sterne
850
Forks
96
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

Currently, in the `STLDecomposer`,`get_trend_dataframe()` returns `list(pd.DataFrame)` for single series and `dict(list(pd.DataFrame)` for multiseries where each key in the dictionary maps to a list that has a single dataframe that holds the signal, trend, seasonality and residual. In both cases the list only holds a single dataframe in order to stay consistent with the `get_trend_dataframe()` function in the `PolynomialDecomposer` which is not yet extended to support multiseries and returns a list with a single dataframe for single series and a list with multiple dataframes for multiseries.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.