mirror of
https://github.com/gsi-upm/sitc
synced 2024-12-22 03:38:13 +00:00
Update 3_7_SVM.ipynb
Updated formatted table
This commit is contained in:
parent
08dfe5c147
commit
0150ce7cf7
@ -351,10 +351,10 @@
|
|||||||
"We can obtain more information from the confussion matrix and the metric F1-score.\n",
|
"We can obtain more information from the confussion matrix and the metric F1-score.\n",
|
||||||
"In a confussion matrix, we can see:\n",
|
"In a confussion matrix, we can see:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"||**Predicted**: 0| **Predicted: 1**|\n",
|
"| |**Predicted**: 0| **Predicted: 1**|\n",
|
||||||
"|---------------------------|\n",
|
"|-------------|----------------|-----------------|\n",
|
||||||
"|**Actual: 0**| TN | FP |\n",
|
"|**Actual: 0**| TN | FP |\n",
|
||||||
"|**Actual: 1**| FN|TP|\n",
|
"|**Actual: 1**| FN | TP |\n",
|
||||||
"\n",
|
"\n",
|
||||||
"* **True negatives (TN)**: actual negatives that were predicted as negatives\n",
|
"* **True negatives (TN)**: actual negatives that were predicted as negatives\n",
|
||||||
"* **False positives (FP)**: actual negatives that were predicted as positives\n",
|
"* **False positives (FP)**: actual negatives that were predicted as positives\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user