The data I am currently using varies between 0.5 and 1.0 with a bunch of values around 0.5-0.6 and then a few values above. I am then using random forest as a classifier and i was wondering what would be the best way to normalize these values? Or is there no need to normalize?
Currently I just use, am I missing a trick?
RandomForestClassifier(random_state=42)