aequitas icon indicating copy to clipboard operation
aequitas copied to clipboard

Sensitive attribute type check is erroneously expecting object type

Open ejm714 opened this issue 1 year ago • 0 comments

The README and error raised say that the sensitive attribute column should be in categorical, but passing in a categorical type fails because the code is actually checking if the type is an object (string).

Code example

image (3)

README snippet

image

ejm714 avatar Mar 01 '24 22:03 ejm714