Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v2.3.1 -- Better handling of some edge-cases

Choose a tag to compare

@jwmueller jwmueller released this 28 Mar 06:37
· 537 commits to master since this release
7519e5d

This minor release primarily just improves the user experience when encountering various edge-cases in:

  • find_label_issues method
  • find_overlapping_issues method
  • cleanlab.multiannotator module

This release is non-breaking when upgrading from v2.3.0. Two noteworthy updates in the cleanlab.multiannotator module include a:

  1. better tie-breaking algorithm inside of get_majority_vote_label() to avoid diminishing the frequency of rarer classes (this only plays a role when pred_probs are not provided).
  2. better user-experience for get_active_learning_scores() to support scoring only unlabeled data or only labeled data. More of the arguments can now be None.

What's Changed

Full Changelog: v2.3.0...v2.3.1