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:
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 ?
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:
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 ?