Warning
This documentation is for an old version (v2.6.3
) of cleanlab
. To see the documentation for the latest stable version (v2.7.1
), click here.
datalab#
Getting Started#
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]"