mixmo.core.metrics_ensemble¶
Ensembling metrics Inspired from * https://github.com/kbogas/EnsembleDiversityTests/blob/master/EnsembleDiversityTests.py * https://github.com/scikit-learn-contrib/DESlib
Functions
|
Pre-process the predictions of a pair of base classifiers for the computation of the diversity measures |
|
|
|
Computes the pairwise diversity matrix. |
|
|
|
Calculates Ratio of errors diversity measure between a pair of classifiers. |
Classes
|
Class Wrapper to get Diversity Measures over collection of predictions. :param @predictions: list of lists. Each sublist contains the predictions of a classifier :param @names: list of strings. Each string is the name of the classifier. :param @true: list of labels. Each label is the truth label. |