jayahm

Results 7 comments of jayahm

Hi I have tested with ClassifierChain. I got the following errors: y_self has the shape of (200, 6918), where 6918 is the number of labels (0-1 binarized). ``` --------------------------------------------------------------------------- ValueError...

Hi Thanks for your response. I have created s simple code here https://www.dropbox.com/s/soaysxi2rhhj388/for_deslib.zip?dl=0

Hi Were you able to run my code? I really hope there is a way to perform multi-label classification using this library.

**_According to the example you provided, you want each base model to be a multilabel classifier and select the best between them according to each new sample correct?_** Yes, very...

Hi I tried your suggestion but using a heterogeneous pool of classifiers. I used the code I wrote above. It seems like in order to train each classifier, it still...

Hi @Menelau That sounds good. I'll check the mentioned paper. Thanks for sharing. Hopefully, deslib will capable of handling multi-label classification soon.

Hi @GeorgePearse Sorry for the interruption. Did you manage to perform DS on multi-label datasets? I think the discussion is also related to my question [here](https://github.com/scikit-learn-contrib/DESlib/issues/267). The issue is with...