Closed amueller closed 1 year ago
Hi Andreas, Thanks for this report - this was because of missing classes in the dataset, you probably noticed as well. (np.unique(ys) -> array([0, 1, 2, 4, 5, 6])). I added the sklearn LabelEncoder to our code to catch this. Best
I didn't catch the missing 3 actually, that makes sense :)
There seems to be 7 classes but
prediction_
only has 6 columns.