crowdkit.aggregation.classification.gold_majority_vote.GoldMajorityVote.fit
| Source code
fit( self, data: DataFrame, true_labels: Series)
Fits the model to the training data.
Parameters | Type | Description |
---|---|---|
data | DataFrame | The training dataset of workers' labeling results which is represented as the |
true_labels | Series | The ground truth labels of tasks. The |
Returns:
self.
Return type: