Closed shenxiangzhuang closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.96%. Comparing base (
07c4240
) to head (08440a2
). Report is 34 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Besides the CI test, I also tested to use this dataset do categorical aggregation and it works well:
from crowdkit.aggregation import DawidSkene
from crowdkit.datasets import load_dataset
df, gt = load_dataset('netease_crowd')
ds = DawidSkene(10)
result = ds.fit_predict(df)
print(len(result))
# 999799
Thank you for a very well-done PR! I noticed a small imperfection in the dataset metadata. Could you please check my suggestion?
Thanks a lot for your carefully review!
Great job, thank you again!
Checklist
Dataset info
Adding our open-source dataset, NetEaseCrowd(https://github.com/fuxiAIlab/NetEaseCrowd-Dataset).