cleanlab/cleanlab

Sanitize label column when initializing a Datalab instance.

Open

#987 opened on Feb 8, 2024

View on GitHub
 (3 comments) (1 reaction) (0 assignees)Python (604 forks)batch import
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.

Contributor guide