Skip to content

Conversation

@krmayankb
Copy link
Owner

@krmayankb krmayankb commented Oct 11, 2022

regression module created. rank.py added.
driver code for rank.get_label_quality_scores():

labels = np.array([1,2,3,4])
pred_labels = np.array([2,2,5,4.1])
print(get_label_quality_score(labels, pred_labels))

@krmayankb krmayankb changed the title added basic regression ranking Regression ranking Dec 12, 2022
krmayankb and others added 22 commits December 23, 2022 16:55
1. added typing hints for scoring funcs
2. Removed try-except block for raising value error.
3. grammatical corrections
4. knn and neighbors construction moved closer to first usage.
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
…to regression

Suggestions for git merge with local
1. added support for list, np.ndarray, pd.Series, pd.DataFrame
2. check if inputs are numeric
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
jwmueller and others added 30 commits June 12, 2023 01:56
…cleanlab#745)

* Add out-of-sample clarification to notebook, fix filename check, add unit tests

Co-authored-by: Sanjana Garg <garg.sanjana.95@gmail.com>

Co-authored-by: Ulyana <ulyana@cleanlab.ai>
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
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.