Repository for the Python code for the algorithms in the Information Fusion article "An investigation into the effects of label noise on Dynamic Selection algorithms".
An example is provided in the file example_msds.py
. The main file of interest for understanding the proposed method is in DynamicSelection/BaggingDS.py
.
- scikit-learn (and its dependencies, e.g. numpy, scipy)
- deslib