Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@zhangxjohn zhangxjohn released this 24 Nov 09:43
· 84 commits to main since this release

Details of the HypertTS update are as follows:

  • Supported time series anomaly detection task, and adapt to the full pipeline automation process;

  • Added IForest anomaly detection model (stats mode);

  • Added TSOneClassSVM anomaly detection model(stats mode);

  • Added ConvVAE anomaly detection model(dl mode);

  • Added realKnownCause anomaly detection dataset;

  • Supported the visualization of anomaly detection results, and can analyze the anomaly location and severity;

  • Compatible with Prophet version 1.1.1, now pip install hyperts for simultaneous successful prophet installation;

  • Compatible with all versions of scipy;

  • Added API documentation module;

  • Supported for model persistence (saving and reloading trained models);

  • In ```model.predict()``, fixed missing value handling;

  • For the time series forecast task, the forecast function of DL model is calibrated;

  • DLClassRegressSearchSpace was refactored for better adaptation to regression task;

  • Extend InceptionTime to solve the regression task;

  • Fixed some known issues;

  • Thanks to @peter Cotton for his contributions to hyperts.