river icon indicating copy to clipboard operation
river copied to clipboard

Extreme multi-class classification (tens of thousands of classes)

Open MaxHalford opened this issue 8 months ago • 0 comments

Filter trees

Filter trees are a way to reduce multi-class classification to binary classification (like one-vs-all). Intuitively, the classes are recursively into two parts, therefore defining a tree, which only requires log(n) steps for predicting and training. Multiple filter trees become a so-called error-correcting tournament. See this page from Vowpal Wabbit.

MaxHalford avatar Nov 01 '23 16:11 MaxHalford