fit
crowdkit.aggregation.classification.gold_majority_vote.GoldMajorityVote.fit
| Source code
fit(
self,
data: DataFrame,
true_labels: Series
)
Estimate the workers' skills.
Parameters Description
Parameters | Type | Description |
---|---|---|
data |
DataFrame | Workers' labeling results. A pandas.DataFrame containing |
true_labels |
Series | Tasks' ground truth labels. A pandas.Series indexed by |
-
Returns:
self.
-
Return type: