Skip to content

How to get the most probable labels for datapoints that have label issues #405

Answered by cgnorthcutt
luo3300612 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @luo3300612

You can get the predictions more easily than @elisno answer by using from cleanlab.classification import CleanLearning

Then just CleanLearning().find_label_issues(data, labels, pred_probs)

That will return a data frame with everything you need.

If your goal is improve/correct the labels, we created a tool for you that does that automatically called Cleanlab Studio (https://Cleanlab.ai/studio). This will provide a nice interface for you to obtain a much more accurately labeled dataset if that's your goal.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by elisno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question A question for Cleanlab maintainers
3 participants
Converted from issue

This discussion was converted from issue #395 on September 06, 2022 17:18.