Datalab guides#

This page contains a list of guides for using Datalab.

Note

This package has additional dependencies that are not required for the core cleanlab package. To install them, run:

$ pip install "cleanlab[datalab]"

For the developmental version of the package, install from source:

$ pip install "git+https://github.com/cleanlab/cleanlab.git#egg=cleanlab[datalab]"

Types of issues#

These guides are for users who want to use Datalab with greater control, selecting what issues to search for and what nondefault settings to use for detecting them.

Customizing issue types#

These guides are for developers to create a custom issue type that Datalab can audit for together with the built-in issue types it already detects.