DESlib icon indicating copy to clipboard operation
DESlib copied to clipboard

A Python library for dynamic classifier and ensemble selection

Results 21 DESlib issues
Sort by recently updated
recently updated
newest added

Hi, Thank you for your great contribution to science. I have a question and wondering if DESlib can be applied for GCNs or is there any other library similar to...

Hi Can this library and its methods work with multi-label classification algorithms?

Do any of the implementations of KNN within this repo extend to the multi-label case? That is to say, usable in the context of multi-object detection from neural network embeddings...

This PR allows to use DESlib with multiples datasets. In simple terms, instead of using data with the next shape (samples x dimensions), we can use data with this shape...

Hey, I'm working on a research paper focused on building a binary classification model in the biomedical domain.The dataset comprises approximately 800 data points. Let's say I want to feed...

When I use XGBClassifier (from XGboost library) using any DES or DCS algorithm, I am getting a **_features_names mismatch error_**. I have pooled several other classifiers successfully. This error only...

I mean, the des method does not improve or even worse in the indicators run by my data set.

Hello good people I have been trying to get the number of classifiers selected by a DES algorithm. But I could not figure out how this can be achieved. I...

enhancement

Hello, I'm using `deslib` as part of benchmark paper comparing classifier selection by AutoML tools vs MCS tools for which this library is hugely useful. However, I need to get...

Is it possible to get the behavior in this paper using your META-DES and pyswarms: https://arxiv.org/pdf/1811.00217.pdf Thanks