chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:49:22 +08:00
commit a41b2ab474
303 changed files with 64772 additions and 0 deletions
@@ -0,0 +1,8 @@
dataset
=======
.. automodule:: cleanlab.multilabel_classification.dataset
:autosummary:
:members:
:undoc-members:
:show-inheritance:
@@ -0,0 +1,8 @@
filter
======
.. automodule:: cleanlab.multilabel_classification.filter
:autosummary:
:members:
:undoc-members:
:show-inheritance:
@@ -0,0 +1,22 @@
multilabel_classification
=========================
Methods to detect data and label issues in multi-label classification datasets.
In multi-class classification, each example in the dataset belongs to exactly 1 out of K classes (e.g. if classifying animals as: {dog, cat, rat}).
In multi-label classification, each example in the dataset can belong to 1 or more classes (out of K possible classes), or none of the classes at all (e.g. if classifying animals as: {predator, pet, reptile}).
.. automodule:: cleanlab.multilabel_classification
:autosummary:
:members:
:undoc-members:
:show-inheritance:
.. toctree::
filter
rank
dataset
@@ -0,0 +1,8 @@
rank
====
.. automodule:: cleanlab.multilabel_classification.rank
:autosummary:
:members:
:undoc-members:
:show-inheritance: