neuralforecast icon indicating copy to clipboard operation
neuralforecast copied to clipboard

Update models in the README

Open candalfigomoro opened this issue 10 months ago • 10 comments

Add missing models to the README file:

  • NLinear
  • TSMixer
  • TSMixerx

candalfigomoro avatar Mar 29 '24 09:03 candalfigomoro

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Mar 29 '24 09:03 CLAassistant

CLA assistant check
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.

CLAassistant avatar Mar 29 '24 09:03 CLAassistant

Should we also add Time-LLM? HINT?

candalfigomoro avatar Mar 29 '24 09:03 candalfigomoro

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?

cchallu avatar Apr 03 '24 13:04 cchallu

I think we can move forward with this now and add BiTCN (#958).

jmoralez avatar Apr 11 '24 00:04 jmoralez

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.

candalfigomoro avatar Apr 23 '24 09:04 candalfigomoro

We just merged DeepNPTS (#990)

jmoralez avatar May 07 '24 16:05 jmoralez

@jmoralez Added

candalfigomoro avatar May 08 '24 10:05 candalfigomoro

@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.

candalfigomoro avatar May 08 '24 14:05 candalfigomoro

@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.

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.

elephaint avatar May 08 '24 19:05 elephaint