From 7e60621a9f74a11d1bb70a81736a10dcdb69f63e Mon Sep 17 00:00:00 2001
From: jm10g19 <jm10g19@soton.ac.uk>
Date: Thu, 8 Jun 2023 01:06:07 +0100
Subject: [PATCH] Final commit hopefully

---
 part2.ipynb | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/part2.ipynb b/part2.ipynb
index 9287d5d..d959de1 100644
--- a/part2.ipynb
+++ b/part2.ipynb
@@ -378,18 +378,6 @@
     "testing_dataframe.loc[:, 128] = output\n",
     "testing_dataframe.to_csv(\"TestingResultsMulti.csv\", header=False, index=False)"
    ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "# Display data as a confusion matrix\n",
-    "cm = confusion_matrix(y_test, predictions)\n",
-    "disp = ConfusionMatrixDisplay(confusion_matrix=cm)\n",
-    "disp.plot()"
-   ]
   }
  ],
  "metadata": {
-- 
GitLab