/ChangeDetectors

Primary LanguagePythonMIT LicenseMIT

Algorithms for concept drift detection in multivariate data

Usage

  • from detectors import *
  • then, choose the detector you want to use.

Installation

Atm, you can add the library as a development library via pip:

python -m pip install -e git+https://github.com/heymarco/ChangeDetectors.git#egg=change-detectors --upgrade