Does the Random Forest Algorithm Need Normalization?

Author: Nisha Arya

Normalization is a good technique to use when your data consists of being scaled and your choice of machine learning algorithm does not have the ability to make assumptions on the distribution of your data.

Go to Source