Slackbot
11/29/2023, 10:37 AMJosé Morales
11/29/2023, 3:36 PMnf = NeuralForecast(models=[NBEATSx(...)], ...)
nf.fit(Y_train_df)
y_hat = nf.models[0].decompose(dataset=nf.dataset)
Afiq Johari
12/04/2023, 5:31 AMlime
or shap
equivalent libraries that can help me explain the N-HITS model? We're getting reasonably good forecast after including some transformations on the exogenous variables.
But unfortunately, it doesn't seem we can extract out the information related to feature importance, weight.Cristian (Nixtla)
12/06/2023, 5:19 AMAfiq Johari
12/06/2023, 5:26 AM