Do models Normalize automaically


Hi - two questions if I may.
1) Do any of the learning models normalize the input attributes automatically, or is it ALWAYS the designers responsibility to apply the normalize process.
2) Does the Random Tree model require its inputs normalized or does it work with the attributes as-is.
Thanks in advance.
1) Do any of the learning models normalize the input attributes automatically, or is it ALWAYS the designers responsibility to apply the normalize process.
2) Does the Random Tree model require its inputs normalized or does it work with the attributes as-is.
Thanks in advance.
0
Answers
I have never used Random Trees before, but trees in general don't benefit from normalization (the units don't matter at all).