From 219cdc29be76d2eb330817a4e1c8d72f9e32a2dd Mon Sep 17 00:00:00 2001 From: Pasquale Claudio Africa Date: Tue, 18 Feb 2025 15:18:01 +0100 Subject: [PATCH] Typo --- exercises/2/2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/exercises/2/2.md b/exercises/2/2.md index e59202f..b12d97d 100644 --- a/exercises/2/2.md +++ b/exercises/2/2.md @@ -91,7 +91,6 @@ Create a new branch titled `knn_classifier` from the `main branch`. This is the return kwargs ``` --- - - Inside `shell/submit.sh` file write the following line of code, which downloads the [Ionosphere](https://archive.ics.uci.edu/dataset/52/ionosphere) dataset and put it a directory called `./data`. Explore the dataset and in `src/pyclassify/utils.py` create a function named `read_file` which reads the dataset file and returns the features and labels as separate lists. ```bash URL="https://archive.ics.uci.edu/static/public/52/ionosphere.zip"