Start here
Important tips
Toloka projects
Task interface
Toloka settings
Images
Audio
Texts and video
Other
Python libraries
Impact on AI
Crowdsourcing concepts
Explore
Get Help
crowdkit.aggregation.pairwise.noisy_bt.NoisyBradleyTerry.fit | Source code
crowdkit.aggregation.pairwise.noisy_bt.NoisyBradleyTerry.fit
fit(self, data: DataFrame)Copy text
fit(self, data: DataFrame)
data
Workers' pairwise comparison results. A pandas.DataFrame containing worker, left, right, and label columns. For each row label must be equal to either left column or right column.
worker
left
right
label
Returns:
self.
Return type:
NoisyBradleyTerry