Skip to content

v0.5.0

Compare
Choose a tag to compare
@arnaudvl arnaudvl released this 18 Feb 15:12
· 407 commits to master since this release

v0.5.0 (2021-02-18)

Full Changelog

Added

  • Chi-square drift detector for categorical data: alibi_detect.cd.chisquare.ChiSquareDrift
  • Mixed-type tabular data drift detector: alibi_detect.cd.tabular.TabularDrift
  • Classifier-based drift detector: alibi_detect.cd.classifier.ClassifierDrift

Removed

  • DataTracker utility

Development

  • Docs build improvements, dependabot integration, daily build cronjob