Aditya Limaye
03/22/2025, 12:50 AMdf
), I have values of the future_exogenous_cols for datetimes in the past, so the model has access to these values in the training pass, and at inference time, I include the future_exogenous_cols
in the "past" dataframe (df
) when i call nf.predict()
-- but is the model actually using these values?
thanks in advance!Marco
03/24/2025, 1:31 PMfutr_exog_list
, then yes, the model is using those values when forecasting. You can read more about the type of features here.Aditya Limaye
03/24/2025, 5:24 PMMarco
03/24/2025, 5:49 PMAditya Limaye
03/25/2025, 4:33 PM