mirror of
https://github.com/gsi-upm/sitc
synced 2025-08-23 18:22:19 +00:00
Update 2_2_Read_Data.ipynb
This commit is contained in:
committed by
GitHub
parent
b5f1a7dd22
commit
ec02125396
@@ -38,7 +38,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"Scikit-learn comes with some bundled [datasets](https://scikit-learn.org/stable/datasets.html): iris, digits, boston, etc.\n",
|
"Scikit-learn comes with some bundled [datasets](https://scikit-learn.org/stable/datasets.html): iris, digits, boston, etc.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"In this notebook, we are going to use the Iris dataset."
|
"In this notebook, we will use the Iris dataset."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -180,7 +180,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"#Using numpy, I can print the dimensions (here we are working with 2D matrix)\n",
|
"#Using numpy, I can print the dimensions (here we are working with a 2D matrix)\n",
|
||||||
"print(iris.data.ndim)"
|
"print(iris.data.ndim)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user