Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pcafrica committed Feb 18, 2025
1 parent 690534c commit 219cdc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/2/2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 219cdc2

Please sign in to comment.