1
0
mirror of https://github.com/gsi-upm/sitc synced 2024-11-14 02:32:27 +00:00

Update 2_2_Read_Data.ipynb

Updated scikit url
This commit is contained in:
Carlos A. Iglesias 2022-02-21 12:26:30 +01:00 committed by GitHub
parent 5febbc21a4
commit 44c63412f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@
"source": [
"The goal of this notebook is to learn how to read and load a sample dataset.\n",
"\n",
"Scikit-learn comes with some bundled [datasets](http://scikit-learn.org/stable/datasets/): 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",
"In this notebook we are going to use the Iris dataset."
]