diff --git a/22-06-03-KMeans/April_K_Means.ipynb b/22-06-03-KMeans/April_K_Means.ipynb index 36b7ee9..4a2854b 100644 --- a/22-06-03-KMeans/April_K_Means.ipynb +++ b/22-06-03-KMeans/April_K_Means.ipynb @@ -6,7 +6,7 @@ "name": "April K-Means.ipynb", "provenance": [], "collapsed_sections": [], - "authorship_tag": "ABX9TyN3z2LGygaTT5NcO/bRp0hq", + "authorship_tag": "ABX9TyOmHbgO/5OfCQpLF4QMpYNK", "include_colab_link": true }, "kernelspec": { @@ -30,7 +30,7 @@ }, { "cell_type": "code", - "execution_count": 50, + "execution_count": 1, "metadata": { "id": "ZiWlYYayRlLA" }, @@ -53,29 +53,29 @@ "height": 175 }, "id": "h8Se3i01RpXL", - "outputId": "3a31b670-f2f7-4026-d75a-840ad142110a" + "outputId": "b9b64f0a-b5a4-4651-9b7e-e9047dd2d3a8" }, - "execution_count": 51, + "execution_count": 2, "outputs": [ { "output_type": "execute_result", "data": { "text/plain": [ " sepal_length sepal_width petal_length petal_width species \\\n", + "87 6.3 2.3 4.4 1.3 versicolor \n", + "86 6.7 3.1 4.7 1.5 versicolor \n", + "24 4.8 3.4 1.9 0.2 setosa \n", "33 5.5 4.2 1.4 0.2 setosa \n", - "85 6.0 3.4 4.5 1.6 versicolor \n", - "10 5.4 3.7 1.5 0.2 setosa \n", - "31 5.4 3.4 1.5 0.4 setosa \n", "\n", " species_id \n", - "33 1 \n", - "85 2 \n", - "10 1 \n", - "31 1 " + "87 2 \n", + "86 2 \n", + "24 1 \n", + "33 1 " ], "text/html": [ "\n", - "
\n", + "
\n", "
\n", "
\n", "