Skip to content
Snippets Groups Projects
Commit 4f06327a authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 51b72fe6
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ def plot_roc_curve(correct_labels, prob_pos_class):
plt.ylabel('True Positive Rate')
plt.title('Receiver operating characteristic')
plt.show()
plt.savefig('/home/rink/test_roc', dpi=320)
plt.savefig(homedir+'test_roc', dpi=320)
def plot_image(image, fname=None, cmap='Greys', vmin=None, vmax=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment