cleanlab/cleanlab
View on GitHubSanitize label column when initializing a Datalab instance.
Open
#987 opened on Feb 8, 2024
enhancementgood first issuehelp-wanted
Repository metrics
- Stars
- (7,479 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Check for nan values in the label column.
This cannot be handled by the NullIssueManager, because it occurs in Datalab(data=df_with_nan_value_in_label_column, label_name="label_column").
For now, we need better error reporting.