Skip to content

Conversation

@rittaneg86
Copy link
Collaborator

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.

  • explode_results.py is the first file you should run bc it creates all clean csv files ready for analysis. So check to put your path.
  • After this you should be able to run all other py files and get images and a csv file.

@rittaneg86 rittaneg86 requested a review from AymanBx August 6, 2025 08:11
@brownsarahm brownsarahm linked an issue Aug 8, 2025 that may be closed by this pull request
2 tasks
@AymanBx
Copy link
Collaborator

AymanBx commented Aug 13, 2025

@rittaneg86 Please review the changes made here and let me know your thoughts

Copy link
Contributor

@brownsarahm brownsarahm left a 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'
Copy link
Contributor

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/')
Copy link
Contributor

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

Copy link
Contributor

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

@rittaneg86
Copy link
Collaborator Author

@brownsarahm i worked on the changes you requested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add analysis

4 participants