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
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
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.