An ensemble method that relies on a probabilistic model and copulas arXiv.
The repository contains 1 python file: delco.py
It can be readily downloaded and executed in a pyhton console (python 3) provided that the imported python module versions on your machine match the following ones. The default parameter values allows to obtain a quick comparison between DELCO and reference methods (classifier selection, weighted vote aggregation, stacking, or centralized learning) on simple synthetic datasets. To achieve a prescribed confidence level in the returned accuracies the parameter iter_max must be set to np.inf but the execution will be significantly longer.
Warning: please use the following (or more recent) module versions: numpy 1.14.0, matplotlib 0.98.0, sklearn 0.18.1
This software is distributed under the CeCILL Free Software Licence Agreement