Skip to content

Releases: yzhao062/pyod

V0.5.0

11 Jun 17:31
Compare
Choose a tag to compare
V0.5.0 Pre-release
Pre-release

In this release, more algorithms are implemented, including PCA and Feature Bagging models. The documentation and test coverage are also improved. A comparison for PyOD algorithms is presented below:
all

v0.4.5

04 Jun 15:36
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release

This is the first Github release to sync with PyPI. The current version brings the following changes compared with v0.3.x:

  • Supported both Python 2 and 3 now.
  • Refactor all models to be sklearn compatible. The models can be easily cloned, modified and viewed.
  • Simplified examples for easy reproduction.
  • Optimized code for HBOS and ABOD. Codes are refactored for better stability.
  • Added more tests to improve the coverage.
  • Added two combination functions, Average() and Maximization()