In the case of many classes the predictions columns have wrong order:
'prediction_0', 'prediction_1', 'prediction_10', 'prediction_100', 'prediction_101', 'prediction_102', 'prediction_103', 'prediction_104' ...
It should be:
prediction_0, prediction_1, prediction_2, ...
In the case of many classes the predictions columns have wrong order:
It should be: