Welcome to mealy’s documentation!

mealy is a Python package to perform Model Error AnaLYsis of scikit-learn models, leveraging an Error Tree, a Decision Tree predicting the failures and successes of a ML model.

The code of the project is on Github: mealy

Installation

Using Pypi

mealy can be installed through Pypi using:

$ pip install mealy

Installing locally

You can also fetch the code and install the package from your local repository. Again, the preferred way is to use pip.

$ git clone https://github.com/dataiku/mealy
$ cd mealy
$ pip install -e

Example galleries

Indices and tables