Skip to content

v0.11📈Six algos for forecasting

Compare
Choose a tag to compare
@WenjieDu WenjieDu released this 07 Mar 04:12
· 40 commits to main since this release
a4d5e0f

We make Time-LLM, TEFN, FITS, TimeMixer, GPT4TS, and Transformer work on the forecasting task (still accept POTS as input) for you in this release of v0.11

Additionally, we conduct some refactorings in this version:

  1. AMP (Automatic Mixed Precision) is enabled for LLM-based model training. Users can switch it on by specifying the env var ENABLE_AMP #594;
  2. pypots tuning is now renamed into pypots hpo #592;
  3. pypots environment variables are capitalized #591;
  4. all data preprocessing functions are removed from pypots, and users are encouraged to fully use BenchPOTS instead, which includes processing pipelines for 172 public datasets #585;

What's Changed

Full Changelog: v0.10...v0.11