Paul Stey
Results
1
issues of
Paul Stey
I'm curious about the calculation of `new_coeff` in `build_adaboost_stumps()`. Just about every book and article I've found lists the formula as `new_coeff = 0.5 * log((1 - err)/err)`. I was...