predict_score

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

predict_score(self, data: DataFrame)

Return total sum of weights for each label when the model is fitted.

Parameters Description

ParametersTypeDescription
dataDataFrame

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

  • Returns:

    Tasks' label scores. A pandas.DataFrame indexed by task such that result.loc[task, label] is the score of label for task.

  • Return type:

    DataFrame

Crowd-Kit
Overview
Reference
Aggregation
Datasets
Learning
Metrics
Postprocessing