Employ Random Forest Classfier to perform classification of 'binary' data.
Welcome !
The script 'perform_random_forest_classifier_test' will train and test a random forest classifier on a given data set. The given 'input' data set will be split into training and testing data as specified by the user. The trained classifier can also be tested on additional test data sets, if given Additionally, the trained model can be used to predict classes in unknonw data.