[BUG] It seems that the prediction of objective "multi:softprob" is incorrect and the order of the probability is inconsistent with mllib.
Open
- Dominant language
- C++
- Stars
- 28.8k
- Forks
- 8.9k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 54
Description
multi:softmax output:
multi:softprob output:
these two figure clearly shows that the prediction of "multi:softprob" is incorrect, the first three rows shold be 0 rathe than 1 (just like the prediction of "multi:softmax")
Meanwhile, from what I recall, the order of probabilities in MLlib is the same as the labels when the labels increase while it is not true in XGBoost
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.