Skip to main content

DEFAULT_PROBABILITY_CLIP

Constant DEFAULT_PROBABILITY_CLIP 

Source
pub const DEFAULT_PROBABILITY_CLIP: f64 = 1.0e-12;
Expand description

Probability clipping used by the bundled classification diagnostic panel. Individual log-loss and Nagelkerke APIs accept an explicit clipping value; this named policy keeps the combined Rust/Python diagnostic contract in one core location.