From 6148a783b28286221c482838a3e51f74fa6f382a Mon Sep 17 00:00:00 2001 From: augustin64 Date: Tue, 1 Apr 2025 11:11:52 +0200 Subject: [PATCH] Move cell --- cheese.ipynb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cheese.ipynb b/cheese.ipynb index c825c62..0834139 100644 --- a/cheese.ipynb +++ b/cheese.ipynb @@ -8,6 +8,14 @@ "# DM project: cheese" ] }, + { + "cell_type": "markdown", + "id": "ceb71784-b0bf-4015-b8e6-78007c368e49", + "metadata": {}, + "source": [ + "For this project, we chose to study cheeses. We retrieved [the following dataset from Kaggle](https://www.kaggle.com/datasets/joebeachcapital/cheese) that gives several characteristics for more than $1000$ cheeses. We have information about the origin, the milk, types, texture, rind, flavor, etc. of these cheeses. " + ] + }, { "cell_type": "code", "execution_count": null, @@ -41,14 +49,6 @@ "from sklearn.neighbors import KNeighborsClassifier" ] }, - { - "cell_type": "markdown", - "id": "ceb71784-b0bf-4015-b8e6-78007c368e49", - "metadata": {}, - "source": [ - "For this project, we chose to study cheeses. We retrieved [the following dataset from Kaggle](https://www.kaggle.com/datasets/joebeachcapital/cheese) that gives several characteristics for more than $1000$ cheeses. We have information about the origin, the milk, types, texture, rind, flavor, etc. of these cheeses. " - ] - }, { "cell_type": "code", "execution_count": null, @@ -192,7 +192,7 @@ "id": "2f42c973-247a-4f51-947e-fbd76f8f12fc", "metadata": {}, "source": [ - "We removed 41 cheeses because they can come froms several countries. " + "We removed 41 cheeses because they can come from several countries. " ] }, {