datategy / Fair-Mango

Apache License 2.0
2 stars 0 forks source link

refactor functions that are too complex or too redundant #14

Closed MarcBresson closed 1 month ago

MarcBresson commented 1 month ago

the two .summary() methods are too similar to coexist. Refactor them to decrease their complexity and the redundancy.

The same goes for ConfusionMatrix.init and PerformanceMetric.init. There is a big part in common.

MarcBresson commented 1 month ago

the same goes for FairnessDifferenceMetric and FairnessRatioMetric

NacerKROUDIR commented 1 month ago

I created a separate issue dedicated for FairnessMetricDifference and FairnessMetricRatio