It takes the dataset form Deep's KNN framework, split them to train test (70% training and 30% testing), and then training set is passed onto RandomForest classifier. The **kwargs for the classifier is taken from the config file (./etc/config).
It takes the dataset form Deep's KNN framework, and passes the entire dataset onto RandomForest classifier. The **kwargs for the classifier is taken from the config file (./etc/config).