mepland / chance_of_showers

This project provides live water pressure measurements via a web dashboard running on a Raspberry Pi, logs the data, and creates time series forecasts of future water pressure.
MIT License
0 stars 1 forks source link

Add future Darts models as they are released #43

Open mepland opened 5 months ago

mepland commented 5 months ago

Keep an eye on future Darts releases to see if they implement any of the following models.

  1. Silverkite - https://github.com/unit8co/darts/issues/1711
  2. TSMixer - https://github.com/unit8co/darts/issues/1807
  3. PathTST - https://github.com/unit8co/darts/issues/1872
  4. Informer - https://github.com/unit8co/darts/issues/658
  5. NBEATSx - https://github.com/unit8co/darts/issues/1943
mepland commented 2 months ago

TSMixer added in Darts 0.29 via https://github.com/mepland/chance_of_showers/pull/64