crowdkit.aggregation.pairwise.bradley_terry.BradleyTerry.fit_predict
| Source code
fit_predict(self, data: DataFrame)
Parameters | Type | Description |
---|---|---|
data | DataFrame | Workers' pairwise comparison results. A pandas.DataFrame containing |
Returns:
'Labels' scores. A pandas.Series index by labels and holding corresponding label's scores
Return type:
Series