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
Step 3: Set the cut point at where to compute the fairness measure
cut_point=10
Step 4: Specify the file to output optimization results
output_fn="Fairness_synthetic_"+gf_measure
Run fairness measure expetiments of synthetic data
main(user_N,pro_N,gf_measure,cut_point,output_fn)
print"Finished experiments on synthetic data"print"Result stores in "+output_fn+"_user"+str(user_N)+"_pro"+str(pro_N)+".csv"