Loading...

Classification

A supervised task that assigns each input to one of a discrete set of categories.

When to use: When the target is a category, not a number: churn, click, default, convert, intent.

Example: Email spam filter: input is text + headers, output is {spam, not-spam}. Trained on millions of labeled emails, serves at sub-millisecond latency.

More ML Algorithms Glossary terms