From 44c63412f99e1a454a49b2d9b098a061350d583f Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Mon, 21 Feb 2022 12:26:30 +0100 Subject: [PATCH] Update 2_2_Read_Data.ipynb Updated scikit url --- ml1/2_2_Read_Data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml1/2_2_Read_Data.ipynb b/ml1/2_2_Read_Data.ipynb index b6bb525..13dbee3 100644 --- a/ml1/2_2_Read_Data.ipynb +++ b/ml1/2_2_Read_Data.ipynb @@ -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." ]