1 write to ProbEvent
Microsoft.ML.Fairlearn (1)
Reductions\UtilityParity.cs (1)
80ProbEvent = 1.0F;
1 reference to ProbEvent
Microsoft.ML.Fairlearn (1)
Reductions\UtilityParity.cs (1)
143var lambdaEvent = (float)(gPos["value"] - _ratio * gNeg["value"]).Sum() / ProbEvent;