is_passing
Method
This is a method of the EvaluationScore class in the eval module.Check if passing (>= threshold).
Signature
Parameters
No description available.
Returns
The result of the operation.
is_passing: Check if passing (= threshold).
This is a method of the EvaluationScore class in the eval module.Check if passing (>= threshold).
def is_passing(&self, threshold: f64) -> bool