dataiku / dss-plugin-model-error-analysis

Debugging model performance with error analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model Error Analysis plugin

After training a ML model, data scientists need to investigate the model’s failures to build intuition around the critical subpopulations on which the model is performing poorly. This analysis is essential in the iterative process of model design and feature engineering, and is usually performed manually.

The Model Error Analysis plugin provides the user with automatic tools to break down the model’s errors into meaningful groups, easier to analyze, and to highlight the most frequent type of errors, as well as the problematic characteristics correlated with the errors.

Scope of the plugin

This plugin offers a set of different DSS components to analyse the error of a deployed model:

  • Model view: visualise the Error Tree and analyse the subgroups that conatain the most errors.
  • Template notebook: tutorial to use the python library and its api.

Installation and requirements

Please see our official plugin page for installation.

Issues

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

License

The Model Error Analysis plugin is:

Copyright (c) 2021 Dataiku Licensed under the Apache License.

About

Debugging model performance with error analysis

License:Apache License 2.0


Languages

Language:Python 71.1%Language:JavaScript 10.7%Language:HTML 6.9%Language:Jupyter Notebook 5.7%Language:CSS 4.7%Language:Makefile 0.9%