alkaline-ml / pmdarima

A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
https://www.alkaline-ml.com/pmdarima
MIT License
1.57k stars 231 forks source link

[MRG+1] Allow `predict_in_sample` for non-integer start/end indices #500

Closed tgsmith61591 closed 2 years ago

tgsmith61591 commented 2 years ago

Description

Permit users to produce in-sample predictions over indices that are non-integer, e.g. model.predict_in_sample(start="20220103", end="20220106")

Fixes #499

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Checklist: