error_parity.evaluation
A set of functions to evaluate predictions on common performance and fairness metrics, possibly at a specified FPR or FNR target.
Based on: https://github.com/AndreFCruz/hpt/blob/main/src/hpt/evaluation.py
Functions
|
Evaluate accuracy and equalized odds of the given predictions. |
|
Evaluates fairness as the ratios between group-wise performance metrics. |
|
Evaluates the provided predictions on common performance metrics. |
|
Evaluates the given predictions on both performance and fairness metrics. |
|
Computes bootstrap estimates of several metrics for the given predictions. |