I need some help explaining this line of code in the example for the stemgnn model fcst.fit(df=Y_train_df, static_df=AirPassengersStatic, val_size=12) I don't understand what the purpose is of the static_df parameter
I need some help explaining this line of code in the example for the stemgnn model
fcst.fit(df=Y_train_df, static_df=AirPassengersStatic, val_size=12)
I don't understand what the purpose is of the static_df parameter