Update 3_7_SVM.ipynb

Fixed bug in ROC curve visualization
pull/6/merge
Carlos A. Iglesias 2 years ago committed by GitHub
parent f0278aea33
commit 2c7c9e58e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -418,7 +418,7 @@
"plt.ylim([0.0, 1.0])\n",
"plt.title('ROC curve for Titanic')\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)"
]
},

Loading…
Cancel
Save