-
Notifications
You must be signed in to change notification settings - Fork 786
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
FAQ: Methods that can be sped up with low_memory=True #869
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #869 +/- ##
=======================================
Coverage 96.70% 96.70%
=======================================
Files 65 65
Lines 5091 5091
Branches 875 875
=======================================
Hits 4923 4923
Misses 86 86
Partials 82 82 ☔ View full report in Codecov by Sentry. |
docs/source/tutorials/faq.ipynb
Outdated
"1. [classification.CleanLearning](https://docs.cleanlab.ai/stable/cleanlab/classification.html?highlight=cleanlearning#cleanlab.classification.CleanLearning)\n", | ||
"2. [multilabel_classification.filter.find_label_issues](https://docs.cleanlab.ai/stable/cleanlab/multilabel_classification/filter.html#cleanlab.multilabel_classification.filter.find_label_issues)\n", | ||
"3. [token_classification.filter.find_label_issues](https://docs.cleanlab.ai/stable/cleanlab/token_classification/filter.html?highlight=token#cleanlab.token_classification.filter.find_label_issues)" |
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.
all links should be relative links, see instructions on how to achieve this here:
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.
Great work!
Summary
In the FAQ, include methods that support speed up using the
low_memory=True
option.Impact
Improve documentation for users to leverage memory efficient computation for classification tasks.
Testing
Documentation Screenshot:
Ticket(s) or Conversations
Fixes #855
References
N/A