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