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
If specify target attribute as col(fn)-1, it will generate a score for each user by summing all attributes with equally weight to rank on. col(fn) is the number of attributes in the input data.
Target attribute can be value from [0,col(fn)-1] while col(fn)-1 represents using weighted summation score as target attribute
target_att=1
Step 3: Specify which value of sentitive attribute represents the protected group