Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the return type of get_trend_dataframe() #4294

Open
remyogasawara opened this issue Aug 30, 2023 · 0 comments
Open

Update the return type of get_trend_dataframe() #4294

remyogasawara opened this issue Aug 30, 2023 · 0 comments

Comments

@remyogasawara
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant