Skip to content

Releases: yzhao062/pyod

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()