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
you call fcst.forecast_fitted_values(), however the forecast_fitted_values() method seems to be unavailable for neuralforecasts estimators such as NHITS and NBEATSx.
Moreover, it looks like using Y_df is not enough, see #162
How can we get the expected Y_fitted_df data with neuralforecast estimators? Thanks
The text was updated successfully, but these errors were encountered:
This issue has been automatically closed because it has been awaiting a response for too long. When you have time to to work with the maintainers to resolve this issue, please post a new comment and it will be re-opened. If the issue has been locked for editing by the time you return to it, please open a new issue and reference this one.
In this example https://nixtla.github.io/hierarchicalforecast/examples/australiandomestictourism.html#computing-base-forecasts
you call
fcst.forecast_fitted_values()
, however theforecast_fitted_values()
method seems to be unavailable for neuralforecasts estimators such as NHITS and NBEATSx.Moreover, it looks like using Y_df is not enough, see #162
How can we get the expected Y_fitted_df data with neuralforecast estimators? Thanks
The text was updated successfully, but these errors were encountered: