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.