Move cell
This commit is contained in:
parent
dcf18fa71c
commit
6148a783b2
18
cheese.ipynb
18
cheese.ipynb
@ -8,6 +8,14 @@
|
|||||||
"# DM project: cheese"
|
"# 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",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
@ -41,14 +49,6 @@
|
|||||||
"from sklearn.neighbors import KNeighborsClassifier"
|
"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",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
@ -192,7 +192,7 @@
|
|||||||
"id": "2f42c973-247a-4f51-947e-fbd76f8f12fc",
|
"id": "2f42c973-247a-4f51-947e-fbd76f8f12fc",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"We removed 41 cheeses because they can come froms several countries. "
|
"We removed 41 cheeses because they can come from several countries. "
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user