ITADN

[BUG] MajorityVote() doesn't return what expected

#108ClosedLydiaMak 创建于 2024-06-25
bug
L
LydiaMakcommented
### Observed behavior MajorityVote() doesn't return the result of the most workers. ### Expected behavior MajorityVote() to return the result of the most workers. ### Python Version 3.11 ### Crowd-Kit Version 1.2.1 ### Other Packages Versions _No response_ ### Example code ```Python mv = MajorityVote() resultmv = mv.fit_predict(df_crowd) ``` ### Relevant log output _No response_
关闭于 2024-06-28 3 条评论