EvalResults.passed()

Check if all variants meet the minimum threshold.

Usage

Source

EvalResults.passed(threshold=0.7)

Parameters

threshold: float = 0.7
Minimum acceptable average score (0.0 to 1.0).

Returns

bool
True if all variants have an overall score >= threshold.