summit.multiview_platform.monoview_classifiers.random_forest


random_forest

classifier_class_name = RandomForest
class RandomForest(random_state=None, n_estimators=10, max_depth=None, criterion='gini', **kwargs)

This class is an adaptation of scikit-learn’s RandomForestClassifier

get_interpretation(self, directory, base_file_name, y_test, multiclass=False)