12 lines
359 B
ReStructuredText
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]"
|