Closed fabioscantamburlo closed 1 year ago
Hey @fabioscantamburlo, thanks for reporting the bug. At the moment there is no internal checking for these edge cases but it may be worth looking into it and adding such mechanism
I would like to work on this if possible.
Glad to hear that! Looking forward to a PR to address this issue😊
Hello scikit-lego users. While using predict_proba paired with GroupedPredictor and a classifier on a df with different labels per group, the final matrix is collapsed to the left, without caring about the label order. This yields inconsistencies in the final output, especially while using an high number of labels. To achieve a sound result every label should appear at least once in every group, that is somehow unrealistic.
Here a snippet of code:
Outputs: