Michael Rogocki

Results 2 comments of Michael Rogocki

Hello, I solved this issue for myself to replace the np.float_ with the suggestes np.float64 instead. File prophet/forecaster.py ` @staticmethod def fourier_series( dates: pd.Series, period: Union[int, float], series_order: int, )...