Compartir a través de


output_combiner Package

Classes

ClassifierAverage

Description Computes the average of the outputs of the trained models

ClassifierMedian

Description Computes the median of the outputs of the trained models

ClassifierStacking

Description Computes the output by training a model on a training set where each instance is a vector containing the outputs of the different models on a training instance, and the instance's label

ClassifierVoting

Description Computes the fraction of positive predictions for each class from all the trained models, and outputs the class with the largest number

ClassifierWeightedAverage

Description Computes the weighted average of the outputs of the trained models

RegressorAverage

Description Computes the average of the outputs of the trained models

RegressorMedian

Description Computes the median of the outputs of the trained models

RegressorStacking

Description Computes the output by training a model on a training set where each instance is a vector containing the outputs of the different models on a training instance, and the instance's label