fit
crowdkit.aggregation.embeddings.hrrasa.HRRASA.fit
| Source code
fit(
self,
data: DataFrame,
true_embeddings: Optional[Series] = None
)
Fit the model.
Parameters Description
Parameters | Type | Description |
---|---|---|
data |
DataFrame | Workers' outputs with their embeddings. A pandas.DataFrame containing |
true_embeddings |
Optional[Series] | Tasks' embeddings. A pandas.Series indexed by |
-
Returns:
self.
-
Return type: