Iteration over all possible labels in evaluation.py ll. 83 includes an index that's out of bounds. I haven't fully understood why this bug has not caused errors earlier. It did a few times now.
Note, that there is an additional 0th column in predictions_proba that we don't want to iterate over because it contains the probability that the output label is missing. This should be removed in the future.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Note, that there is an additional 0th column in predictions_proba that we don't want to iterate over because it contains the probability that the output label is missing. This should be removed in the future.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.