summit.multiview_platform.monoview_classifiers.adaboost


adaboost

classifier_class_name = Adaboost
class Adaboost(random_state=None, n_estimators=50, base_estimator=None, base_estimator_config=None, **kwargs)

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

fit(self, X, y, sample_weight=None)
predict(self, X)
get_interpretation(self, directory, base_file_name, y_test, multi_class=False)