During fairness analysis I found some bugs:
- If 2 fairness objects have the same labels in them they are concatenated
- If
protected and privileged are both numeric then in the data processing wrong fields are taken from the list. The solution is to convert the privileged to character earlier.
- reweight does not accept factors, it should be changed
During fairness analysis I found some bugs:
protectedandprivilegedare both numeric then in the data processing wrong fields are taken from the list. The solution is to convert the privileged to character earlier.