crowdkit.aggregation.classification.zero_based_skill.ZeroBasedSkill.predict
| Source code
predict(self, data: DataFrame)
Predicts the true labels of tasks when the model is fitted.
Parameters | Type | Description |
---|---|---|
data | DataFrame | The training dataset of workers' labeling results which is represented as the |
Returns:
The task labels. The pandas.Series
data is indexed by task
so that labels.loc[task]
is the most likely true label of tasks.
Return type:
Series