AttributeError: np.float_ fixed

This commit is contained in:
Shamal 2024-06-21 17:38:21 +05:30
parent 36421b70f0
commit 447b26ebf7

View file

@ -456,7 +456,7 @@ class Prophet(object):
dates: pd.Series,
period: Union[int, float],
series_order: int,
) -> NDArray[np.float_]:
) -> NDArray[np.float64]:
"""Provides Fourier series components with the specified frequency
and order.