v2.6.1 -- Refined Regression Score and Fixes
This release is non-breaking when upgrading from v2.6.0. Some noteworthy updates include:
- The label quality score in the
cleanlab.regression
module is improved to be more human-readable.- This only involves rescaling the scores to display a more human-interpretable range of scores, without affecting how your data points are ranked within a dataset according to these scores.
- Better address some edge-cases in
Datalab.get_issues()
.
What's Changed
- Readme updates by @jwmueller in #1030, #1031, #1039; @elisno in #1040
- Adjust the range of regression label quality scores by @huiwengoh in #1032
- Misc fixes of get_issues method by @elisno in #1025, #1026, #1028
- Support features as input for data valuation check in Datalab by @elisno in #1023
- Fix/clarify docs by @mturk24 in #1029; @elisno in #1024, #1037
- CI/CD changes by @elisno in #1036
New Contributors
Full Changelog: v2.6.0...v2.6.1