Skip to content

Commit

Permalink
some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SkBlaz committed Mar 5, 2024
1 parent 2ac7ec5 commit ceaece0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/analyse_rankings.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def plot_precision_curve(results, pivot_score_key, mismatches, axs, c1, c2):

axs[c1,c2].plot(instances, values, marker='o', linestyle='-', color='black')
axs[c1,c2].invert_xaxis()
axs[c1,c2].set(xlabel='Proportion of data used (%)', ylabel=f'hits@{mismatches} (%)', title=f'Feature Ranking Precision Curve at Top {mismatches} Features')
axs[c1,c2].set(xlabel='Proportion of data used (%)', ylabel=f'hits@{mismatches} (%)', title=f'Approximation, top {mismatches} Features')
axs[c1,c2].grid(True)

if __name__ == '__main__':
Expand Down
Binary file modified benchmarks/comparison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ceaece0

Please sign in to comment.