cleanlab--cleanlab
cf5d2a02eb
Co-authored-by: Elías Snorrason <eliassno@gmail.com> Co-authored-by: huiwengoh <45724323+huiwengoh@users.noreply.github.com>
11 行
364 B
ReStructuredText
11 行
364 B
ReStructuredText
This package has additional dependencies that are not required for the core ``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]" |