predict

crowdkit.aggregation.classification.m_msr.MMSR.predict | Source code

predict(self, data: DataFrame)

Infer the true labels when the model is fitted.

Parameters Description

ParametersTypeDescription
dataDataFrame

Workers' labeling results. A pandas.DataFrame containing task, worker and label columns.

  • Returns:

    Tasks' labels. A pandas.Series indexed by task such that labels.loc[task] is the tasks's most likely true label.

  • Return type:

    Series

Crowd-Kit
Overview
Reference
Aggregation
Datasets
Learning
Metrics
Postprocessing