{ "cells": [ { "cell_type": "markdown", "metadata": { "id": "uKlKumjJyIAL" }, "source": [ "# Understanding Dataset-level Labeling Issues\n", "\n", "This 5-minute quickstart tutorial shows how `cleanlab.dataset.health_summary()` helps you automatically:\n", "\n", "- Score and rank the overall label quality of each class, useful for deciding whether to remove or keep certain classes.\n", "- Identify overlapping classes that you can merge to make the learning task less ambiguous. Alternatively use this information to refine your annotator instructions (e.g. more precisely defining the difference between two classes).\n", "- Generate an overall dataset and label quality health score to track improvements in your labels over time as you clean your datasets.\n", "\n", "This tutorial does not study issues in individual data points, but rather global issues across the dataset. Much of the functionality demonstrated here can also be accessed via `Datalab.get_info()` when using Datalab to detect label issues." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "