crowdkit.aggregation.classification.dawid_skene.DawidSkene.fit_predict
| Source code
fit_predict(self, data: DataFrame)
Fits the model to the training data and returns the aggregated results.
Parameters | Type | Description |
---|---|---|
data | DataFrame | The training dataset of workers' labeling results which is represented as the |
Returns:
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
Last updated: March 31, 2023