pmdarima icon indicating copy to clipboard operation
pmdarima copied to clipboard

Is endog_index_ attribute of a model intended to update?

Open pmgh2345 opened this issue 2 years ago • 0 comments

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

pmgh2345 avatar Feb 03 '23 10:02 pmgh2345