From 5620e762d60b508138c38c01591abff4995c9c88 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 2 May 2019 11:18:26 -0400 Subject: [PATCH] Chapter 8: Remove duplicate cells --- Chapter - 8/[8] - K Means Clustering.ipynb | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/Chapter - 8/[8] - K Means Clustering.ipynb b/Chapter - 8/[8] - K Means Clustering.ipynb index d09a6fa..78f12a1 100644 --- a/Chapter - 8/[8] - K Means Clustering.ipynb +++ b/Chapter - 8/[8] - K Means Clustering.ipynb @@ -308,24 +308,6 @@ "kmc.fit(X_train)" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "predict = kmc.predict(X_test)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "predict" - ] - }, { "cell_type": "code", "execution_count": null,