crowdkit.aggregation.classification.m_msr.MMSR.predict_score
| Source code
predict_score(self, data: DataFrame)
Return total sum of weights for each label when the model is fitted.
Parameters | Type | Description |
---|---|---|
data | DataFrame | Workers' labeling results. A pandas.DataFrame containing |
Returns:
Tasks' label scores.
A pandas.DataFrame indexed by task
such that result.loc[task, label]
is the score of label
for task
.
Return type:
DataFrame