Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pervasive label errors tutorial as an examples notebook #32

Open
1 task
jwmueller opened this issue Dec 27, 2022 · 1 comment
Open
1 task

add pervasive label errors tutorial as an examples notebook #32

jwmueller opened this issue Dec 27, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jwmueller
Copy link
Member

jwmueller commented Dec 27, 2022

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 load them needs to be updated too.

Consider replacing one of the existing examples/ notebooks with this one if they are quite similar.

  • Also update the original notebook with link to the examples/ notebook stating:
    Here's how to find label issues in these datasets using the latest version of cleanlab:
@jwmueller jwmueller added the enhancement New feature or request label Dec 27, 2022
@jwmueller
Copy link
Member Author

BTW the Imagenet predictions in that notebook are currently logits rather than predicted class probabilities, so need to apply softmax to them first to obtain pred_probs for use with cleanlab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants