Multilabel Classification

Build a production-ready multilabel classifier on tabular data using XGBoost wrapped in MultiOutputClassifier. Use when each row can have multiple labels simultaneously (tags, attributes, gene functions, content moderation categories, multi-disease detection). Covers hamming loss, per-label metrics, label co-occurrence, MultiOutputClassifier vs ClassifierChain, and per-label SHAP. Default to this for any tabular multilabel problem.

brojonat 5a0a83e 4 files · 39.0 KB Updated

File contents

brojonat/llmsrules/tree/main/skills/multilabel-classification commit 5a0a83e511

Frequently asked questions

npx skillmds@latest add brojonat/multilabel-classification