predict_score
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 Description
Parameters | Type | Description |
---|---|---|
data |
DataFrame | Workers' labeling results. A pandas.DataFrame containing |
-
Returns:
Tasks' label scores. A pandas.DataFrame indexed by
task
such thatresult.loc[task, label]
is the score oflabel
fortask
. -
Return type:
DataFrame