Hi Team, I have exogenous features whose future va...
# mlforecast
j
Hi Team, I have exogenous features whose future values are unknown. How does this handle in forecasting? I will try lightGBM first if this info is relevant.
o
Follow this guide, and just make a forecast for those features too. The benefit is that it forces you to make your assumptions explicit (it's one of the reasons I personally always try to avoid using historical exogenous features)
🙌 1