summit.multiview_platform.multiview_classifiers.early_fusion_gradient_boosting

early_fusion_gradient_boosting

classifier_class_name = 'EarlyFusionGB'
class EarlyFusionGB(random_state=None, loss='exponential', max_depth=1.0, n_estimators=100, init=CustomDecisionTreeGB(max_depth=1), **kwargs)

BaseMultiviewClassifier base of Multiview classifiers

Parameters:

random_state (int seed, RandomState instance, or None (default=None)) – The seed of the pseudo random number multiview_generator to use when shuffling the data.

param_names = ['n_estimators', 'max_depth']
classed_params = []
distribs