examples
examples copied to clipboard
Notebooks demonstrating example applications of the cleanlab library
create a version of this notebook: https://github.com/cleanlab/cleanvision-examples/blob/main/food101.ipynb But using cleanlab Datalab on the same dataset (with the `image_key` argument specified to detect all of the cleanvision issues in the images...
Make examples notebook out of this: https://github.com/cleanlab/label-errors/blob/main/examples/Tutorial%20-%20How%20To%20Find%20Label%20Errors%20With%20CleanLab.ipynb The code needs to be updated to use the latest version of cleanlab. Dataset files can stay where they are, but code to...
When commit is made that modifies an examples/ notebook, the CI should execute this notebook from scratch (Run All) to verify it works. A further improvement would be to add...
This example: https://github.com/cleanlab/examples/tree/master/outlier_detection_cifar10 could become much more straightforward without cross-validation now that we've seen it doesn't help too much in the train/test OOD settings. But to truly assess the utility...
Thanks for publishing such a great project for finding data issues. After reviewing some of the examples, I would like to hear your guidance for the following situation: How to...