{ "cells": [ { "cell_type": "markdown", "metadata": { "id": "uKlKumjJyIAL" }, "source": [ "# Find Dataset-level Issues for Dataset Curation\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.\n", "- Generate an overall dataset and label quality health score to track improvements in your labels over time as you clean your datasets." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "