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
In the compas dataset included in the package, one variable is called "AgeAboveFoutryFive" which should be "AgeAboveFourtyFive" I think (not really a big issue though)
Furthermore, summary(select) looks like this. It might be nice to have a written summary of the selected measure here, but maybe not strictly necessary
Should this code give an error? This error message seems to be informative, but I do not really understand why the equalized odds cannot be provided by this function. Is it not possible to provide tprp and fprp as output for this function? Maybe I am misunderstanding something.
The text was updated successfully, but these errors were encountered:
I have a few remarks after testing the
fairness_selection
and themodel_fairness
functions.When I use the following code it skips question 3. I know that this is because of the decision-workflow, but I wonder whether it warrants a warning?
select <- fairness_selection(q1 = "1", q2 = "2", q3 = "2", q4 = "2")
In the compas dataset included in the package, one variable is called
"AgeAboveFoutryFive"
which should be"AgeAboveFourtyFive"
I think (not really a big issue though)Furthermore,
summary(select)
looks like this. It might be nice to have a written summary of the selected measure here, but maybe not strictly necessaryShould this code give an error? This error message seems to be informative, but I do not really understand why the equalized odds cannot be provided by this function. Is it not possible to provide tprp and fprp as output for this function? Maybe I am misunderstanding something.
The text was updated successfully, but these errors were encountered: