dataiku / dss-plugin-model-drift

Model drift detection
11 stars 5 forks source link

⚠️ Starting with DSS version 10.0.0, this plugin is considered as "Deprecated" and will be maintained only to fix critical issues. We recommend using the native feature Model Evaluation Store.

Model drift monitoring

Monitoring ML models in production is often a tedious task. You can apply a simply retraining strategy based on monitoring the model’s performance: if your AUC drops by a given percentage, retrain. Although accurate, this approach requires to obtain the ground truth for your preditctions, which is not always fast, and certainly not “real time”.

Instead of waiting for the ground truth, we propose to look at the recent data the model has had to score, and statistically compare it with the data on which the model was evaluated. If these datasets are too different, the model may need to be retrained.

Scope of the plugin

This plugin offers a set of different DSS components to monitor input data drift (of a model):

Installation and requirements

Please see our official plugin page for installation.

Changelog

**Version 3.1.5 (2022-07)

**Version 3.1.4 (2022-03)

**Version 3.1.3 (2021-12)

Version 3.0.0 (2020-12)

Version 2.0.0 (2020-06)

Version 1.0.0 (2019-12)

You can log feature requests or issues on our dedicated Github repository.

License

The Model drift monitoring plugin is:

Copyright (c) 2020 Dataiku SAS Licensed under the MIT License.