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').