From 26eda30a717361be511868328740f4eecb2a07bc Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Thu, 3 Apr 2025 18:35:53 +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 37f40f6..617e00f 100644 --- a/ml4/2_5_1_Exercise.ipynb +++ b/ml4/2_5_1_Exercise.ipynb @@ -217,7 +217,7 @@ "source": [ "## Optional. Optimizing an ML pipeline with a genetic algorithm\n", "\n", - "The library [TPOT](#References) optimizes ML pipelines and comes with a lot of (examples)[https://epistasislab.github.io/tpot/examples/] and even notebooks, for example for the [iris dataset](https://github.com/EpistasisLab/tpot/blob/master/tutorials/IRIS.ipynb).\n", + "The library [TPOT](#References) optimizes ML pipelines and comes with a lot of [examples](https://epistasislab.github.io/tpot/examples/) and even notebooks, for example for the [iris dataset](https://github.com/EpistasisLab/tpot/blob/master/tutorials/IRIS.ipynb).\n", "\n", "Your task is to apply TPOT to the intermediate challenge and write a short essay explaining:\n", "* what TPOT does (with your own words).\n",