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
I want to use the nnetar_reg() for timeseries modelling. After reading the documentation of forecast::nnetar(), I was a bit confused with how the definition of roles in a recipe translates to roles in the nnetar model. Because nnetar() uses lagged versions of y (the outcome) as predictor. But if I define the outcome in a recipe, I usually assume that it will not be used as predictor. If so, I could of course also just use a mlp with lagged predictors. Could you please help me with this? Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi,
I want to use the
nnetar_reg()
for timeseries modelling. After reading the documentation offorecast::nnetar()
, I was a bit confused with how the definition of roles in a recipe translates to roles in the nnetar model. Becausennetar()
uses lagged versions of y (the outcome) as predictor. But if I define the outcome in a recipe, I usually assume that it will not be used as predictor. If so, I could of course also just use a mlp with lagged predictors. Could you please help me with this? Thanks a lot!The text was updated successfully, but these errors were encountered: