crowdkit.aggregation.base.BaseTextsAggregator.fit_predict | Source code
fit_predict(self, data: DataFrame)| Parameters | Type | Description |
|---|---|---|
data | DataFrame | Workers' text outputs. A pandas.DataFrame containing |
Returns:
Tasks' texts.
A pandas.Series indexed by task such that result.loc[task, text]
is the task's text.
Return type:
Series
Last updated: March 31, 2023