[ADD] explanation at classification report
This commit is contained in:
@@ -2264,7 +2264,8 @@
|
|||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"\"\"\"\n",
|
"\"\"\"\n",
|
||||||
"Hier worden de waardes in een classification_report uit geprint.\n",
|
"Hier worden de waardes in een classification_report uit geprint. We zien dat\n",
|
||||||
|
"het netwerk vrij accuraat is, alleen de recall bij categorie 2 is laag.\n",
|
||||||
"\"\"\"\n",
|
"\"\"\"\n",
|
||||||
"print(classification_report(y_test_class, y_pred_class))"
|
"print(classification_report(y_test_class, y_pred_class))"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user