VowpalWabbit / vowpal_wabbit

Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning.
https://vowpalwabbit.org
Other
8.49k stars 1.93k forks source link

fix!: no binary stuff in boosting #4611

Closed ataymano closed 1 year ago

ataymano commented 1 year ago

1) no binary classification code in boosting 2) boosting below binary in reduction stack 3) breaking change (since old "--boosting n" becomes "--boosting n --binary")

ataymano commented 1 year ago

4597