From 1472a2df2b4bccbe7843be3781e05449a1864c53 Mon Sep 17 00:00:00 2001 From: Zeynep Hakguder <zhakguder@cse.unl.edu> Date: Wed, 6 Jun 2018 18:13:04 +0000 Subject: [PATCH] Update model.ipynb --- ProgrammingAssignment_1/model.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/ProgrammingAssignment_1/model.ipynb b/ProgrammingAssignment_1/model.ipynb index 8cc5da3..dd65eae 100644 --- a/ProgrammingAssignment_1/model.ipynb +++ b/ProgrammingAssignment_1/model.ipynb @@ -168,7 +168,6 @@ " n_classes x n_classes array confusion matrix\n", " '''\n", " raise NotImplementedError\n", - " result = np.ndarray([n_classes, n_classes])\n", " \n", " \n", " # returns the confusion matrix as numpy.ndarray\n", -- GitLab