docs: add Issue Types guide link to find_issues docstring#1298
Open
VedantMadane wants to merge 1 commit intocleanlab:masterfrom
Open
docs: add Issue Types guide link to find_issues docstring#1298VedantMadane wants to merge 1 commit intocleanlab:masterfrom
VedantMadane wants to merge 1 commit intocleanlab:masterfrom
Conversation
Add link to the Issue Types guide in the issue_types parameter docstring of Datalab.find_issues, so users can easily discover all available issue types. Fixes cleanlab#914
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Fixes #914 - Add link to the Issue Types guide in the
issue_typesparameter docstring.Changes
Added a link to the Issue Types guide (https://docs.cleanlab.ai/stable/cleanlab/datalab/guide/issue_type_description.html) in the
issue_typesparameter documentation forDatalab.find_issues(). This allows users to easily discover all available issue types and their descriptions.Test Plan
datalab/internal/report.py