CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.rst
requirements-dev.txt
requirements.txt
setup.py
DESlib.egg-info/PKG-INFO
DESlib.egg-info/SOURCES.txt
DESlib.egg-info/dependency_links.txt
DESlib.egg-info/requires.txt
DESlib.egg-info/top_level.txt
deslib/__init__.py
deslib/base.py
deslib/dcs/__init__.py
deslib/dcs/a_posteriori.py
deslib/dcs/a_priori.py
deslib/dcs/base.py
deslib/dcs/lca.py
deslib/dcs/mcb.py
deslib/dcs/mla.py
deslib/dcs/ola.py
deslib/dcs/rank.py
deslib/des/__init__.py
deslib/des/base.py
deslib/des/des_clustering.py
deslib/des/des_knn.py
deslib/des/des_p.py
deslib/des/knop.py
deslib/des/knora_e.py
deslib/des/knora_u.py
deslib/des/meta_des.py
deslib/des/probabilistic.py
deslib/static/__init__.py
deslib/static/oracle.py
deslib/static/single_best.py
deslib/static/static_selection.py
deslib/tests/__init__.py
deslib/tests/examples_test.py
deslib/tests/test_base.py
deslib/tests/test_des_integration.py
deslib/tests/test_integration_dfp.py
deslib/tests/dcs/__init__.py
deslib/tests/dcs/test_a_posteriori.py
deslib/tests/dcs/test_a_priori.py
deslib/tests/dcs/test_base.py
deslib/tests/dcs/test_lca.py
deslib/tests/dcs/test_mcb.py
deslib/tests/dcs/test_mla.py
deslib/tests/dcs/test_ola.py
deslib/tests/dcs/test_rank.py
deslib/tests/des/__init__.py
deslib/tests/des/test_base.py
deslib/tests/des/test_des_clustering.py
deslib/tests/des/test_des_knn.py
deslib/tests/des/test_desp.py
deslib/tests/des/test_knop.py
deslib/tests/des/test_knorae.py
deslib/tests/des/test_knorau.py
deslib/tests/des/test_meta_des.py
deslib/tests/des/test_probabilistic.py
deslib/tests/static/__init__.py
deslib/tests/static/test_oracle.py
deslib/tests/static/test_single_best.py
deslib/tests/static/test_static_selection.py
deslib/tests/util/__init__.py
deslib/tests/util/test_aggregation.py
deslib/tests/util/test_diversity.py
deslib/tests/util/test_prob_functions.py
deslib/util/__init__.py
deslib/util/aggregation.py
deslib/util/diversity.py
deslib/util/prob_functions.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_build/html/_static/basic.css
docs/_build/html/_static/pygments.css
docs/_build/html/_static/css/badge_only.css
docs/_build/html/_static/css/theme.css
docs/modules/dcs.rst
docs/modules/des.rst
docs/modules/static.rst
docs/modules/util.rst
docs/modules/dcs/a_posteriori.rst
docs/modules/dcs/a_priori.rst
docs/modules/dcs/base.rst
docs/modules/dcs/lca.rst
docs/modules/dcs/mcb.rst
docs/modules/dcs/mla.rst
docs/modules/dcs/ola.rst
docs/modules/dcs/rank.rst
docs/modules/des/base.rst
docs/modules/des/des_clustering.rst
docs/modules/des/des_p.rst
docs/modules/des/deskl.rst
docs/modules/des/ds_knn.rst
docs/modules/des/exponential.rst
docs/modules/des/knop.rst
docs/modules/des/knora_e.rst
docs/modules/des/knora_u.rst
docs/modules/des/logarithmic.rst
docs/modules/des/meta_des.rst
docs/modules/des/minimum_difference.rst
docs/modules/des/probabilistic.rst
docs/modules/des/rrc.rst
docs/modules/static/oracle.rst
docs/modules/static/single_best.rst
docs/modules/static/static_selection.rst
docs/modules/util/aggregation.rst
docs/modules/util/diversity.rst
docs/modules/util/prob_functions.rst
examples/example_DFP.py
examples/example_bagging.py
examples/example_heterogeneous.py
examples/example_random_forest.py