YEISON ARMANDO BUITRAGO LOPEZ
03/14/2022, 11:38 AMYEISON ARMANDO BUITRAGO LOPEZ
03/14/2022, 11:46 AMYEISON ARMANDO BUITRAGO LOPEZ
03/14/2022, 11:47 AMCristian (Nixtla)
03/14/2022, 2:21 PMCristian (Nixtla)
03/14/2022, 2:24 PMSlackbot
03/14/2022, 3:05 PMSlackbot
04/06/2022, 8:47 AMSlackbot
04/11/2022, 9:24 PMSlackbot
04/28/2022, 4:36 PMSlackbot
05/02/2022, 2:19 PMAndre P
05/11/2022, 10:03 PMAndre P
05/11/2022, 10:03 PMAndre P
05/11/2022, 10:05 PMAssertionError: Mismatch in X, Y ds
when performing the following step of "getting_started.ipynb"
Y_df_forecast = model.forecast(Y_df_train, X_df= X_df)
Y_df_forecast.rename(columns={'y': 'y_hat'}, inplace=True)
Y_df_forecast.head()
I checked if Y_df_test had the ds
correctly following Y_df_train and it has.Andre P
05/11/2022, 10:05 PMKin Gtz. Olivares
05/11/2022, 10:52 PMY_df
and X_df
, for the moment N-BEATSx only operates with exogenous data available at the time of the prediction. For example: calendar variables, predictions of other series.
Can you check if len(X_df)==len(Y_df)+H
, where H is the forecast horizon (n_time_out)?Andre P
05/12/2022, 7:37 AMlen(X_df)==len(Y_df)+H
.Andre P
05/12/2022, 10:27 AMSlackbot
05/12/2022, 1:35 PMSlackbot
05/16/2022, 4:50 PMSlackbot
05/25/2022, 2:35 PMSlackbot
05/27/2022, 2:40 PMSlackbot
05/31/2022, 2:33 PMChris Gervais
06/06/2022, 3:06 PMmodel_fit_predict
in the same format as model.forecast
?Slackbot
06/06/2022, 3:09 PMrariwa
06/21/2022, 3:31 PMrariwa
06/21/2022, 3:33 PMMusa
07/15/2022, 10:22 PMMusa
07/15/2022, 10:26 PMTypeError: sort_values() got an unexpected keyword argument 'ignore_index'
any idea what is the issue?
Thanks.Kin Gtz. Olivares
07/15/2022, 10:28 PM