HumanGroundTruthResult

HumanGroundTruthResult(
    ground_truth,
    adjudication_queue,
    validation_issues,
    output_dir,
)

Result returned by build_human_ground_truth.

Attributes

Name Type Description
ground_truth pd.DataFrame Final or provisional human consensus labels.
adjudication_queue pd.DataFrame Rows that still need adjudication.
validation_issues pd.DataFrame DataFrame of coder-file and label validation issues.
output_dir Path | None Directory where outputs were written, or None if no output directory was requested.