uber / orbit

A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.
https://orbit-ml.readthedocs.io/en/stable/
Other
1.85k stars 132 forks source link

Fix to account for various different array types #874

Closed swotai closed 1 month ago

swotai commented 1 month ago

Description

Fix issue with timezone aware datetime array. Function can now properly handle np.ndarray, pd.series, pd.datetimeindex

Fixes #871

Type of change

How Has This Been Tested?

passed unit testing locally