Yalemzewd Nigussie
09/29/2023, 8:09 PMCristian (Nixtla)
09/30/2023, 1:58 AMYalemzewd Nigussie
09/30/2023, 4:54 PMCristian (Nixtla)
09/30/2023, 5:03 PMpredict
method? If so, you also need to pass the futr_df
dataset with information for the future variables in the forecasting window (h
values per unique_id). We are going to add a protection to prevent this from happening and give an informative error message.Yalemzewd Nigussie
09/30/2023, 5:10 PMCristian (Nixtla)
09/30/2023, 5:12 PMfutr_df
should not be a list, but a pandas dataframe with the values of the exogenous variables. Here is an example in the tutorial I sent youYalemzewd Nigussie
09/30/2023, 5:13 PMCristian (Nixtla)
09/30/2023, 5:41 PMYalemzewd Nigussie
09/30/2023, 5:41 PMCristian (Nixtla)
09/30/2023, 5:44 PMfutr_df
dataframe. Maybe:
1. A variable in the futr_exog_list
is not in futr_df
(wrong spelling for example).
2. Mismatch in future dates. The number of rows for each unique_id should match h
exactly. In the current branch we have a protection for this case (not in pip yet)2023-04-30
. But in the Y_df_futr
you are limiting to > 2023-07-15
so it might be missing the informationYalemzewd Nigussie
09/30/2023, 5:47 PMCristian (Nixtla)
09/30/2023, 5:48 PMYalemzewd Nigussie
09/30/2023, 5:49 PM