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.55k stars 228 forks source link

[MRG] Explicitly set dtype=object when generating permutations #534

Closed aaronreidsmith closed 1 year ago

aaronreidsmith commented 1 year ago

Description

Our nightly build is failing due to this expired deprecation. I think explicitly calling dtype='object' should fix it

Type of change

How Has This Been Tested?

Checklist: