mirror of
https://github.com/gsi-upm/sitc
synced 2024-12-22 11:48:12 +00:00
Update 3_7_SVM.ipynb
Fixed bug in ROC curve visualization
This commit is contained in:
parent
f0278aea33
commit
2c7c9e58e0
@ -418,7 +418,7 @@
|
|||||||
"plt.ylim([0.0, 1.0])\n",
|
"plt.ylim([0.0, 1.0])\n",
|
||||||
"plt.title('ROC curve for Titanic')\n",
|
"plt.title('ROC curve for Titanic')\n",
|
||||||
"plt.xlabel('False Positive Rate (1 - Recall)')\n",
|
"plt.xlabel('False Positive Rate (1 - Recall)')\n",
|
||||||
"plt.xlabel('True Positive Rate (Sensitivity)')\n",
|
"plt.ylabel('True Positive Rate (Sensitivity)')\n",
|
||||||
"plt.grid(True)"
|
"plt.grid(True)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user