facebook / prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://facebook.github.io/prophet
MIT License
18.55k stars 4.54k forks source link

Incompatibility with pyarrow >=13.0.0 #2627

Open RomainG94 opened 1 month ago

RomainG94 commented 1 month ago

Hello,

I have been using prophet since a couple of years for my projects and I recently updated some dependencies of an other library. After that update, I noticed that all my fits were completely off:

image

After some investigation I found to the cause was the update of pyarrow above 12.0.1 (>12.0.1)

How does pyarrow work in prophet ? Why is this not a requirement ?