1) Is normalization necessary for Random Forests?
2) Should all the features be normalized or only numerical ones?
3) Does it matter whether I normalize before or after splitting into train and test data?
4) Do I need to pre-process features of the future object that will be classified as well? (after accepting the model, not during the testing)