neuralforecast icon indicating copy to clipboard operation
neuralforecast copied to clipboard

Explanation for stemgnn static_df in fit method

Open jzicker opened this issue 2 years ago • 1 comments

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

jzicker avatar May 01 '23 14:05 jzicker

I read the documentation on using exogenous variables and compared to the stemggn example. Is the intent to create a graph adjacency matrix? Also noticed when setting up the model in the stemgnn model it sets this parameter to one value stat_exog_list=['airline1'] unlike the example in the exogenous variables example which sets to both columns market_0 and market_1

jzicker avatar May 01 '23 15:05 jzicker