Multiclass Classification

Build a production-ready multiclass classifier on tabular data using XGBoost. Use when the user needs to predict one of several discrete classes from tabular features (product category, sentiment level, customer segment, intent, fault type). Covers per-class metrics, confusion matrix analysis, sample weighting for imbalance, top-K accuracy, and SHAP. Default to this for any tabular multiclass problem.

brojonat 7e59dfd 4 files · 39.2 KB Updated

File contents

brojonat/llmsrules/tree/main/skills/multiclass-classification commit 7e59dfd888

Frequently asked questions

npx skillmds@latest add brojonat/multiclass-classification