nexuml_library.layers.head.decision_rule¶
nexuml_library.layers.head.decision_rule
¶
DecisionRulePipelineLayer — post-training fit layer for binary decision thresholding.
DecisionRulePipelineLayer
¶
Bases: LayerDefinition
Fits a decision threshold on train scores; emits binary decisions at inference.
Replaces DecisionRuleAlgorithm as a proper pipeline layer.