Files
2026-07-13 12:49:22 +08:00

12 lines
359 B
ReStructuredText

Using Datalab requires additional dependencies beyond the rest of the ``cleanlab`` package. To install them, run:
.. code-block:: console
$ pip install "cleanlab[datalab]"
For the developmental version of the package, install from source:
.. code-block:: console
$ pip install "git+https://github.com/cleanlab/cleanlab.git#egg=cleanlab[datalab]"