Move cell

This commit is contained in:
augustin64 2025-04-01 11:11:52 +02:00
parent dcf18fa71c
commit 6148a783b2

View File

@ -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. "
]
},
{