Skip to content

Commit

Permalink
Update chapter05.qmd
Browse files Browse the repository at this point in the history
Minor typo MINIST
  • Loading branch information
carlosarcila authored Nov 11, 2023
1 parent bccc154 commit 5d3bd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/chapter05.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ of the data are already known. Hence, such toy datasets are often
even included in R and Python packages. Some of them are really
well-known in teaching (e.g., the iris dataset containing measurements
of some flowers; or the titanic dataset containing statistics on
survival rates of passengers on the Titanic; MINIST for image classification; or the MPG dataset on car fuel consumption). Many of these are included
survival rates of passengers on the Titanic; MNIST for image classification; or the MPG dataset on car fuel consumption). Many of these are included
in packages like *scikit-learn*, *seaborn*, or *ggplot2*-- and you can have a look at their documentation.

For instance, the 20 Newsgroups dataset contains $18846$ posts from
Expand Down Expand Up @@ -505,4 +505,4 @@ science competitions.
```{bash cleanup}
#| echo: false
rm -f mynewcsvfile.csv newstopwords.txt stopwords.txt test.json
```
```

0 comments on commit 5d3bd2f

Please sign in to comment.