Hi,
In order to predict a binary target variable, I trained a random forest with 84 explanatory variables (using 10 variables randomly selected in each split) on a training set composed of 8,500 observations.
For practical reasons, I had to test the performance of the algorithm on a test...