pub fn softmax_temperature(logits: &[f64], temperature: f64) -> Vec<f64>
TabFMClassifier.softmax (temperature divides logits before the max-subtracted softmax).
TabFMClassifier.softmax