Skip to content
Snippets Groups Projects
Unverified Commit e5eafe08 authored by Eric Schanet's avatar Eric Schanet
Browse files

Fixing typo

parent 2e2344e7
No related branches found
No related tags found
No related merge requests found
......@@ -411,7 +411,7 @@ class KerasROOTClassification:
plt.grid(color='gray', linestyle='--', linewidth=1)
plt.plot(tpr, fpr, label='NN')
plt.plot([0,1],[1,0], linestyle='--', color='black', label='Luck')
plt.xlabel("Background rejection")
plt.ylabel("Background rejection")
plt.xlabel("Signal efficiency")
plt.title('Receiver operating characteristic')
plt.xlim(0,1)
......
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