From 065797b886887a059b29701425d5a6d77d582e1b Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Thu, 3 Apr 2025 18:37:26 +0200 Subject: [PATCH] Update 2_5_1_Exercise.ipynb --- ml4/2_5_1_Exercise.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml4/2_5_1_Exercise.ipynb b/ml4/2_5_1_Exercise.ipynb index a522340..230fce4 100644 --- a/ml4/2_5_1_Exercise.ipynb +++ b/ml4/2_5_1_Exercise.ipynb @@ -200,7 +200,7 @@ "source": [ "## Optional. Optimizing ML hyperparameters\n", "\n", - "One of the applications of Genetic Algorithms is the optimization of ML hyperparameters. Previously, we have used GridSearch from Scikit. Using (sklearn-deap)[[References](#References)], optimize the Titatic hyperparameters using both GridSearch and Genetic Algorithms. \n", + "One of the applications of Genetic Algorithms is the optimization of ML hyperparameters. Previously, we have used GridSearch from Scikit. Using [sklearn-deap](#References), optimize the Titatic hyperparameters using both GridSearch and Genetic Algorithms. \n", "\n", "The same exercise (using the digits dataset) can be found in this [notebook](https://github.com/rsteca/sklearn-deap/blob/master/test.ipynb).\n", "\n",