Skip to content

Commit

Permalink
mv ml_stability/{stability_plot_scripts->plots}
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jun 20, 2023
1 parent 68a370a commit c2a45b3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@

# full_std = (epistemic_var + aleatoric_var) ** 0.5

# crit = "std"
# criterion = "std"
# test = mean + full_std

# crit = "neg"
# criterion = "neg"
# test = mean - full_std

crit = "ene"
criterion = "energy"

bins = 200
# xlim = (-0.2, 0.2)
Expand Down Expand Up @@ -132,5 +132,5 @@
[recall] = ax.plot((0, 0), (0, 0), "black", linestyle=":")
ax.legend([prec, recall], ["Precision", "Recall"], frameon=False, loc="upper right")

img_path = f"{PKG_DIR}/plots/{today}-vary-{e_type=}-{crit=}-{rare=}.pdf"
img_path = f"{PKG_DIR}/plots/{today}-vary-{e_type=}-{criterion=}-{rare=}.pdf"
# plt.savefig(img_path)

0 comments on commit c2a45b3

Please sign in to comment.