Datalab guides#
Guides for using Datalab and understanding the issues it detects.
Note
Using Datalab requires additional dependencies beyond the rest of the 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#
Guides to use Datalab with greater control, selecting what issues to search for and what nondefault settings to use for detecting them.
Customizing issue types#
Guides (for developers) to create a custom issue type that Datalab audits for together with its built-in issue types.