-
Notifications
You must be signed in to change notification settings - Fork 0
eval anylysis files #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@rittaneg86 Please review the changes made here and let me know your thoughts |
brownsarahm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some clean up level fixes
also add a readme to this folder that describes each file
|
|
||
| # loading the performance results | ||
| perf_path = '../results_manually_combined' | ||
| perf_path = '/project/pi_brownsarahm_uri_edu/ayman_uri/fairnessBench/results_final_total' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's put these absolute paths in an ignored file, paths.py and then add a readme that indicates what should be in that file
| ax.axvline(x=1.0, color='black', linestyle='-.', alpha=0.2) | ||
|
|
||
| # saving the plot | ||
| os.chdir('graphs/') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use os.path.join to construct variables for the paths and do not use chdir
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets not have results in the repo
|
@brownsarahm i worked on the changes you requested. |
Hi, pushed the analysis files. you just have to do python .......py. i did put relative paths but you can just check to put your paths.