-
Notifications
You must be signed in to change notification settings - Fork 792
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
Regression label quality scores #572
Merged
Merged
Changes from 1 commit
Commits
Show all changes
127 commits
Select commit
Hold shift + click to select a range
a9282da
added basic regression ranking
krmayankb 0503595
minor fixes, docstring modified
krmayankb 0a0c41e
tutorial added, added to docs index pages
krmayankb f4a8d17
unit tests added
krmayankb 5aee141
reindexed tutorial, punctuation fix for docstring
krmayankb 03fbc18
plots changed in tutorial notebook
krmayankb 29d6080
typo fix
krmayankb bf7860e
cleanlab outlier based scoring method added
krmayankb 9bf8a5f
regression_utils created
krmayankb c399ffc
pred_labels changed to predictions
krmayankb 2519550
unit tests for new scoring method
krmayankb 9d00253
init merge conflict resolved
krmayankb 1a9409f
tutorial draft1
krmayankb 8705398
tutorial draft1
krmayankb c081913
merge conflict
krmayankb 5a8a22d
Merge branch 'master' into regression
elisno d80e077
default modified for method in docstring
krmayankb 02defb9
grammatical correction in rank.py
krmayankb 4a0a9ef
Update cleanlab/regression/rank.py
krmayankb f2c5862
rank.py updates
krmayankb 7d97c26
outre: code updated for name for second method
krmayankb 305d11b
Apply Docstring suggestions from code review
krmayankb e9468dd
Support for array_like labels and predictions
krmayankb 6dbe3fb
Merge branch 'regression' of https://github.com/krmayankb/cleanlab in…
krmayankb 48c3f57
doctring for method modified
krmayankb 65e1a3c
datapoint -> example
krmayankb 7b15cba
check_valid_inputs update
krmayankb b9b9104
tutorial removed
krmayankb c05f1fe
support for array_like
krmayankb d6ac642
unit tests to factor array_like
krmayankb 2b327c3
Update docs/source/tutorials/index.rst
krmayankb 4283a67
added basic regression ranking
krmayankb 53455bf
minor fixes, docstring modified
krmayankb 987ae0e
tutorial added, added to docs index pages
krmayankb 7f9372b
unit tests added
krmayankb 581c1f0
reindexed tutorial, punctuation fix for docstring
krmayankb 13ab45e
plots changed in tutorial notebook
krmayankb 0eac776
typo fix
krmayankb 1a65c9a
cleanlab outlier based scoring method added
krmayankb e8a9a49
regression_utils created
krmayankb 98930fc
pred_labels changed to predictions
krmayankb e4e6307
unit tests for new scoring method
krmayankb af2454b
init merge conflict resolved
krmayankb be8afaa
tutorial draft1
krmayankb ea2f723
tutorial draft1
krmayankb f9af6eb
merge conflict
krmayankb 00bcf61
default modified for method in docstring
krmayankb 542e30f
grammatical correction in rank.py
krmayankb 3958b58
Update cleanlab/regression/rank.py
krmayankb db0bb5d
rank.py updates
krmayankb 0ea2981
outre: code updated for name for second method
krmayankb 9ab2092
Support for array_like labels and predictions
krmayankb c078d67
Apply Docstring suggestions from code review
krmayankb d1518da
doctring for method modified
krmayankb a819fe4
datapoint -> example
krmayankb ac52da7
check_valid_inputs update
krmayankb 8394ee1
tutorial removed
krmayankb 569b2ff
support for array_like
krmayankb 86532b0
unit tests to factor array_like
krmayankb cb596a9
Update docs/source/tutorials/index.rst
krmayankb 27ccc26
merge master to regression
krmayankb 313faee
Merge branch 'regression' of https://github.com/krmayankb/cleanlab in…
krmayankb 6c16a1a
unused imports removed
krmayankb f2b5f4e
Merge branch 'cleanlab:master' into regression
krmayankb 54ae993
tutorial added
krmayankb a25b236
default, frac_neighbors 0.1 -> 0.5
krmayankb 6bf61c6
updated tutorial notebook
krmayankb 15bfa43
review suggestion updated
krmayankb feb5797
suggestion in test corrected
krmayankb 3a49cfd
copyright updated
krmayankb cdfa82d
Error message suggestions updated
krmayankb 7a25675
Copyright update
krmayankb f4571b9
Suggestions from code review
krmayankb 22728d8
black formatting
krmayankb 79a509f
import cell correction
krmayankb 96d4ae0
estimator update to 10
krmayankb 1fe5b37
example in docstring updated
krmayankb 56bc771
chracterization test added
krmayankb 3d71ae1
notebook output cleared
krmayankb 1e078e0
specify better default values
jwmueller 044c5aa
ignore flake8 flagging unused submodule imports
jwmueller 8e83b37
test_all_close commented
krmayankb f1755e4
Merge branch 'regression' of https://github.com/krmayankb/cleanlab in…
krmayankb 6df4974
Merge branch 'master' into regression
krmayankb 9e840a3
unit test fixed
krmayankb 7354708
Merge branch 'regression' of https://github.com/krmayankb/cleanlab in…
krmayankb 147d383
update clipping to use value from constants.py
huiwengoh 5814b62
Merge branch 'cleanlab:master' into regression
huiwengoh 4eddcde
v0 of cleanlearning
huiwengoh 8dc6fd6
add sample weight
huiwengoh 0095c46
add save_space
huiwengoh 6f14791
add some type checking + error catching
huiwengoh 48fd0a0
add unittests
huiwengoh b367479
fix typing
huiwengoh 1c720ff
add docs structure
huiwengoh 624d639
add docstrings
huiwengoh a6381b0
add docs for helper methods
huiwengoh d761159
fix mypy
huiwengoh 7f3008f
add tutorial
huiwengoh 48f83b1
fix mypy
huiwengoh f851cc2
Merge branch 'master' into regression
huiwengoh 95eb858
Suggestions from review
huiwengoh 7359318
update notebook + misc cleanup
huiwengoh 40955ee
Merge branch 'cleanlab:master' into regression
huiwengoh a0f4906
add unittests
huiwengoh c1420a0
update uncertainty functions
huiwengoh a62dc55
clarify OHE is optional
jwmueller 050628a
clarify block is about your dataset
jwmueller 8f2f580
remove label issue terminology from quickstart
jwmueller 7310dbe
language for cleanlearning description
jwmueller 44bc19d
clarify what label is
jwmueller 7bc1563
clarify label issue
jwmueller ff10d47
second defining of label issue
jwmueller b2ab7ce
comma to slash
jwmueller 9bb39ca
erroneous
jwmueller 7eba836
rank module header language
jwmueller 46fb58f
rmv ...
jwmueller 53d73a2
clarify second set of label quality scores
jwmueller f12153f
typo fix
jwmueller c04fa09
discuss methods and paper
jwmueller 26e909d
cleanlearning docstring edits
jwmueller 66516d9
duplicated issues
huiwengoh 65c08c0
Merge branch 'master' into regression
huiwengoh eb514d5
make methods private
huiwengoh d53b6a6
clear notebook outputs
huiwengoh 3da126d
black formatting
huiwengoh f138ae8
update docs
huiwengoh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update cleanlab/regression/rank.py
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once the "TO_BE_NAMED" method has been settled, this first line may be improved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I will take care of this as we finalize the name.