Skip to content

PaddleTS 1.1.0 Release Note EN

Ke Huo edited this page Dec 28, 2022 · 24 revisions

Release Highlights for PaddleTS 1.1.0

New Models

PaddleTS releases the following new models for time series classification, anomaly detection, and forecasting:

CPU & GPU Capable Docker Images for PaddleTS

  • registry.baidubce.com/paddlets/paddlets:1.1.0
  • registry.baidubce.com/paddlets/paddlets:1.1.0-gpu-cuda11.2-cudnn8

Pulling latest tag will get 1.1.0 release now.

  • registry.baidubce.com/paddlets/paddlets:latest
  • registry.baidubce.com/paddlets/paddlets:latest-gpu-cuda11.2-cudnn8

Changelog for PaddleTS 1.1.0

Legend for changelogs:

Feature: new features that PaddleTS does not support previously.

Optimization: an existing feature now either requires less computation or memory.

API Change: some changes that require you to change your code.

Fix: some features that previously did not work as stated in documents, or for reasonable expectations that should now work.

Changelog

  • Feature PaddleTS now supports model explanation. More specifically, post hoc explanation provides a variety of "model independent" explanation frameworks, which can be used to explain any PaddleTS model or pipeline; ante hoc explanation is based on a special model design, which can simultaneously output the prediction results and model explanation. In this release, model-specific explanation module uses newly-released TFT model to implement ante_hoc.tft_exp.