fit
crowdkit.aggregation.classification.dawid_skene.DawidSkene.fit
| Source code
fit(self, data: DataFrame)
Fit the model through the EM-algorithm.
Parameters Description
Parameters | Type | Description |
---|---|---|
data |
DataFrame | Workers' labeling results. A pandas.DataFrame containing |
-
Returns:
self.
-
Return type: