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
After seeing your good medium article, I wanted to test it with n_lags and n_forecasts, but I get the following error: Do you know a workaround if testing using auto regression?
----> 5 print(f"NeuralProphet:\t{mean_squared_error(df_test['y'], forecast.iloc[-n_forecasts:]['yhat1']):.4f}")
ValueError: Input contains NaN, infinity or a value too large for dtype('float64').
The text was updated successfully, but these errors were encountered:
https://github.com/erykml/medium_articles/blob/master/Time%20Series/neural_prophet.ipynb
After seeing your good medium article, I wanted to test it with n_lags and n_forecasts, but I get the following error: Do you know a workaround if testing using auto regression?
----> 5 print(f"NeuralProphet:\t{mean_squared_error(df_test['y'], forecast.iloc[-n_forecasts:]['yhat1']):.4f}")
ValueError: Input contains NaN, infinity or a value too large for dtype('float64').
The text was updated successfully, but these errors were encountered: