neuralforecast
neuralforecast copied to clipboard
Update models in the README
Add missing models to the README file:
- NLinear
- TSMixer
- TSMixerx
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Should we also add Time-LLM? HINT?
Thanks for this! We should wait a few days; we are adding the iTransformer and MLPMultivariate. Can you also add them once they are in the main branch?
I think we can move forward with this now and add BiTCN (#958).
Added more models:
- iTransformer
- MLPMultivariate
- BiTCN
- Time-LLM
Not sure about what to do with HINT, since it basically wraps other models.
TiDE can also be added when merged.
We just merged DeepNPTS (#990)
@jmoralez Added
@elephaint I think HINT
is the only missing one. It's a little bit special. It should be multivariate
but probabilistic forecast (!), no point forecast, yes Auto, exog depends on the base model. Structure also depends on the base model.
@elephaint I think
HINT
is the only missing one. It's a little bit special. It should bemultivariate
but probabilistic forecast (!), no point forecast, yes Auto, exog depends on the base model. Structure also depends on the base model.
Agree, that's a bit an odd one. I'm playing with more of these types of weird ones, so it's still on my list. I think maybe a 'meta-model' category would make sense sometime.