Data Quality
Last updated
Was this helpful?
Last updated
Was this helpful?
Label Trust Estimate measures the potentially mislabeled records in the dataset. You can download the dataset with the estimates using the MarkovML SDK.
The data frame following columns
is_label_issue
: A boolean indicating whether there are issues with the labels in the dataset.
label_quality
: A numerical score representing the quality of the labels in the dataset.
Other columns are the original labels (target) and feature the user selected during dataset registration.