You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Series.nonzero() was deprecated in pandas-dev/pandas#24048. Using the latest pandas breaks fbprophet. We can replace .nonzero() use with .to_numpy().nonzero().
The text was updated successfully, but these errors were encountered:
Series.nonzero() was deprecated in pandas-dev/pandas#24048. Using the latest pandas breaks fbprophet. We can replace
.nonzero()
use with.to_numpy().nonzero()
.The text was updated successfully, but these errors were encountered: