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

CleanLearning = Machine Learning with cleaned data #177

Merged
merged 4 commits into from
Apr 6, 2022

Conversation

cgnorthcutt
Copy link
Member

@cgnorthcutt cgnorthcutt commented Apr 6, 2022

Rename LearningWithNoisyLabels to CleanLearning everywhere.

Users should associate clean learning with the notion of doing machine learning (of any kind) with cleaned data. cleanlab is the tool to perform clean learning.

  • This change enables the nomenclature needed for cleanlab to generalize beyond just learning with noisy labels, but to learning with cleaned data in general.
  • As a side note, users can feel free to use confident learning and clean learning interchangeably.

@codecov
Copy link

codecov bot commented Apr 6, 2022

Codecov Report

Merging #177 (bd0ff6a) into master (3094dac) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #177   +/-   ##
=======================================
  Coverage   87.35%   87.35%           
=======================================
  Files          12       12           
  Lines        1036     1036           
  Branches      198      198           
=======================================
  Hits          905      905           
  Misses        106      106           
  Partials       25       25           
Impacted Files Coverage Δ
cleanlab/classification.py 92.90% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3094dac...bd0ff6a. Read the comment docs.

README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
Copy link
Member

@jwmueller jwmueller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just change variable rp -> cl as well.

@jwmueller
Copy link
Member

Also note your commit failed the notebook linter:

docs/source/tutorials/tabular.ipynb [cell 37]: unnecessary trailing newline

Copy link
Contributor

@JohnsonKuan JohnsonKuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM too

Copy link
Member

@anishathalye anishathalye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Great idea for the new name!

@cgnorthcutt cgnorthcutt merged commit c4e8462 into cleanlab:master Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants