ConservativeAlignerEvaluator
evaluator.ConservativeAlignerEvaluator(
feedback=None,
*,
ambiguity_delta=5.0,
force_single_prediction=True,
)Evaluator that prefers safer outcomes in ambiguous multi-prediction cases.
Strategy: - run default evaluation logic; - if multiple evaluated predictions are present and the score gap between best and second-best is small, return the original geometry for manual check; - otherwise optionally keep only the top prediction.