A complete toolkit for managing ML data labeling workflows â from annotator assignment through quality auditing to model-ready export. Includes inter-annotator agreement metrics (Cohen's Îș, Fleiss' Îș,
Browse the actual product documentation and code examples included in this toolkit.
Key features of Data Labeling Pipeline
âą Active learning selectors â Uncertainty, margin, entropy, random baseline, and query-by-committee strategies. Feed in `predict_proba` output, get back the most informative sample indices. âą Label quality auditing â Annotator scorecards (agreement, speed, bias), suspect label detection, distribution drift testing (chi-squared), and automated audit reports. âą Schema management â Define labeling taxonomies with categories, hierarchy, colors, and keyboard shortcuts. Validate annotations against schemas. Version and migrate schemas over time. âą Workflow engine â Task creation, batch assignment (round-robin and difficulty-stratified), label submission, consensus resolution (majority vote / unanimous), adjudication, and training data export. âą Labeling UI template â Ready-to-deploy HTML/CSS/JS annotation interface with keyboard shortcuts, progress tracking, and guidelines sidebar.
Active learning selectors â Uncertainty, margin, entropy, random baseline, and query-by-committee strategies. Feed in `predict_proba` output, get back the most informative sample indices.
Label quality auditing â Annotator scorecards (agreement, speed, bias), suspect label detection, distribution drift testing (chi-squared), and automated audit reports.
Schema management â Define labeling taxonomies with categories, hierarchy, colors, and keyboard shortcuts. Validate annotations against schemas. Version and migrate schemas over time.
Workflow engine â Task creation, batch assignment (round-robin and difficulty-stratified), label submission, consensus resolution (majority vote / unanimous), adjudication, and training data export.
Labeling UI template â Ready-to-deploy HTML/CSS/JS annotation interface with keyboard shortcuts, progress tracking, and guidelines sidebar.
Configure Data Labeling Pipeline parameters to see how the product works.
python -m src.agreement # Shows kappa computations python -m src.active_learning # Shows strategy comparison python -m src.quality_audit # Shows audit report + drift detection python -m src.schema # Shows schema management python -m src.workflow # Shows full w