fynch
Differentiable sorting and ranking primitives for structured prediction and isotonic regression. Implements PAVA, Fenchel-Young losses, and entropy-regularized operators.
Dual-licensed under MIT or Apache-2.0.
use ;
let theta = ;
let p = entmax;
let y = ;
let isotonic = pava;
let r = soft_rank;
println!;