fit_predict_score
crowdkit.aggregation.classification.m_msr.MMSR.fit_predict_score
| Source code
fit_predict_score(self, data: DataFrame)
Fit the model and return the total sum of weights for each label.
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