The boosting tag has no wiki summary.
1
vote
0answers
50 views
Gradient tree boosting — do input attributes need to be scaled?
For other algorithms (like support vector machines), it is recommended that input attributes are scaled in some way (for example put everything on a [0,1] scale). I have googled extensively and can't ...