Hi, just want to clarify that if I specify lag 1 i...
# mlforecast
s
Hi, just want to clarify that if I specify lag 1 in one model per step setting, does, for example, the 2nd model take the first model's result as "lag 1" feature?
j
All models use the same features, so the second model would use its lag2
1