https://github.com/nixtla logo
#neural-forecast
Title
# neural-forecast
a

Afiq Johari

11/14/2023, 9:43 AM
How can I incorporate features generated by `tsfresh`/`tsfeatures` when training an
NHITS
model? These generated features typically represent summarized values over the entire time period. Therefore, each
unique_id
would have a single value for each feature.
j

José Morales

11/14/2023, 3:35 PM
Hey. If they're constant over time you can specify them through
stat_exog_list
🙏 1
c

Cristian (Nixtla)

11/14/2023, 4:26 PM
Here we have a tutorial on how to pass exogenous covariates, including both temporal and static: https://nixtla.mintlify.app/neuralforecast/examples/exogenous_variables.html
👍 1