From c754b14a79c897f2df7a91969eedbf4d430f4edf Mon Sep 17 00:00:00 2001 From: Daniel Kleine <53251018+d-kleine@users.noreply.github.com> Date: Tue, 14 May 2024 12:17:09 +0000 Subject: [PATCH] added missing python run statement --- ch06/03_bonus_imdb-classification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06/03_bonus_imdb-classification/README.md b/ch06/03_bonus_imdb-classification/README.md index e827617..ede1721 100644 --- a/ch06/03_bonus_imdb-classification/README.md +++ b/ch06/03_bonus_imdb-classification/README.md @@ -17,7 +17,7 @@ The codes are using the 50k movie reviews from IMDb ([dataset source](https://ai Run the following code to create the `train.csv`, `val.csv`, and `test.csv` datasets: ```bash -download-prepare-dataset.py +python download-prepare-dataset.py ```