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

Is endog_index_ attribute of a model intended to update? #538

Open
pmgh2345 opened this issue Feb 3, 2023 · 0 comments
Open

Is endog_index_ attribute of a model intended to update? #538

pmgh2345 opened this issue Feb 3, 2023 · 0 comments

Comments

@pmgh2345
Copy link

pmgh2345 commented Feb 3, 2023

Describe the question you have

When a model is fitted, its endog_index_ attribute becomes available as a DatetimeIndex containing the indexes for all the observations upon which the model was trained. However, when this model is then updated with new observations, even though its other attributes will update (for example, arparams() will return updated values), endog_index_ will still only have the original indexes upon which the model that was trained, and none of the indexes of the new data upon which update() was called.

Is this the intended behavior? If not, I will create a bug report.

Versions (if necessary)

No response

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

No branches or pull requests

1 participant