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

fixing numpy AttributeError #2616

Closed marwanmusa closed 2 months ago

marwanmusa commented 2 months ago

change np.float_ to np.float64 following Numpy update release 2.0.0

tisba commented 2 months ago

Duplicate of https://github.com/facebook/prophet/pull/2592

WardBrian commented 2 months ago

Duplicate of https://github.com/facebook/prophet/pull/2592