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

Ensure multilabel docs appear in the documentation #669

Merged
merged 5 commits into from
Apr 17, 2023

Conversation

jwmueller
Copy link
Member

No description provided.

@jwmueller jwmueller requested a review from aditya1503 April 16, 2023 19:22
@codecov
Copy link

codecov bot commented Apr 16, 2023

Codecov Report

Merging #669 (86ecf16) into master (d45a508) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #669   +/-   ##
=======================================
  Coverage   95.88%   95.88%           
=======================================
  Files          32       32           
  Lines        2652     2652           
  Branches      527      527           
=======================================
  Hits         2543     2543           
  Misses         60       60           
  Partials       49       49           
Impacted Files Coverage Δ
cleanlab/dataset.py 92.20% <ø> (ø)
cleanlab/multilabel_classification/dataset.py 96.34% <ø> (ø)
cleanlab/multilabel_classification/rank.py 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@aditya1503
Copy link
Contributor

aditya1503 commented Apr 17, 2023

This function generates a health summary of multi-label datasets.

 The returned DataFrame contains useful statistics like:

* The classes with the most and least label issues
* Overall data label quality health score statistics for your dataset

Could you add this to the docstring of multilabel_health_summary in multilabel_classification/dataset.py , I don't think I've permission to push to your branch
The first line of multilabel_health_summary sounds incorrect at the top of the dataset.html

Screenshot 2023-04-17 at 10 50 52 PM

@jwmueller jwmueller merged commit ee5ed9b into cleanlab:master Apr 17, 2023
@jwmueller jwmueller deleted the multilabel-docs branch April 17, 2023 22:38
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.

2 participants