1 write to ProbGroupEvent
Microsoft.ML.Fairlearn (1)
Reductions\UtilityParity.cs (1)
84
ProbGroupEvent
= Tags.GroupBy("group_id").Count()["label"] / (TotalSamples * 1.0);
1 reference to ProbGroupEvent
Microsoft.ML.Fairlearn (1)
Reductions\UtilityParity.cs (1)
144
var lambdaGroupEvent = (_ratio * gPos["value"] - gNeg["value"]) /
ProbGroupEvent
;