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

Extracting time series components dataframe #99

Open
lventosa opened this issue Dec 10, 2021 · 1 comment
Open

Extracting time series components dataframe #99

lventosa opened this issue Dec 10, 2021 · 1 comment
Labels
question Further information is requested

Comments

@lventosa
Copy link

Hello!

Is there any way to extract the dataframes containing the decomposition of the time series? That is, one column for the trend, another for the seasonality, etc.

Thanks

@sayanchk
Copy link
Collaborator

sayanchk commented Dec 14, 2021

You can use the _params attribute for a trained model which contains all the training related information. Specifically, to get the model coefficients related info, you can do something like this:

model._params['model'].summary()

Here, model represents a trained structural model object: luminaire.model.lad_structural.LADStructuralModel

@sayanchk sayanchk added the question Further information is requested label Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants