Nixtla / neuralforecast

Scalable and user friendly neural :brain: forecasting algorithms.
https://nixtlaverse.nixtla.io/neuralforecast
Apache License 2.0
2.75k stars 316 forks source link

[FEAT] Added TSMixerx model #921

Closed elephaint closed 4 months ago

elephaint commented 4 months ago

This PR adds the TSMixerx model into neuralforecast (in the paper referred to as TSMixerExt), which provides support for exogenous inputs, and demonstrates its application in a Multivariate_with_TSMixer example notebook.

... attempt 2, previous branch went into merge conflict hell.

review-notebook-app[bot] commented 4 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

elephaint commented 4 months ago

Could you check whether I've implemented the addition of the exogenous variables in the example correctly?