You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I'd like to thank you all for a lot of work that has gone into this package! I hope you could help me with the following problem. I'm using the R interface and after some initial problems getting it set up (the default installation has incompatible versions of python and tensorflow), I can access the AIF360 functions now. However, either the documentation is unclear as to how I should use it, or the function disparate_impact_remover is broken.
In the following code block I'm repairing some data, but the data with full repair is identical to the data without repair:
Note that the subselection isn't strictly necessary, but I wanted to make sure there was no error in transforming the data sets between R data frames and the AIF360 format, as I initially noticed this problem in my own data set.
So my question is: am I doing something wrong, or are these functions broken?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
First of all, I'd like to thank you all for a lot of work that has gone into this package! I hope you could help me with the following problem. I'm using the R interface and after some initial problems getting it set up (the default installation has incompatible versions of python and tensorflow), I can access the AIF360 functions now. However, either the documentation is unclear as to how I should use it, or the function disparate_impact_remover is broken.
In the following code block I'm repairing some data, but the data with full repair is identical to the data without repair:
Note that the subselection isn't strictly necessary, but I wanted to make sure there was no error in transforming the data sets between R data frames and the AIF360 format, as I initially noticed this problem in my own data set.
So my question is: am I doing something wrong, or are these functions broken?
Thank you in advance!
The text was updated successfully, but these errors were encountered: