Skip to content

Commit

Permalink
added mention of accepting rules (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyboehmke committed Jan 24, 2020
1 parent 88d9887 commit 822f7d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions materials/01-intro/01-requirements.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ you will need to following these steps:
not found` you may need to explicitly state the kaggle path in your
.bash\_profile. See this related
[issue](https://github.com/rstudio-conf-2020/dl-keras-tf/issues/4) for
more details. If you get a 403 error from the kaggle API call then you may need
to go to the [competition page](https://www.kaggle.com/c/dogs-vs-cats) and
accept the competition terms.
more details. If you get a `403 Forbidden` error from the kaggle API call then
you may need to go to the [competition rules page](https://www.kaggle.com/c/dogs-vs-cats/rules)
and accept the competition terms.

Now you should be able to execute the following code to download the
data. This will download all the data but only place a fraction of the
Expand Down
8 changes: 6 additions & 2 deletions materials/01-intro/01-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pkgs <- c(
"lime",
"magick",
"mlbench",
"MLmetrics",
"plotly",
"progress",
"recipes",
Expand Down Expand Up @@ -93,11 +94,14 @@ you will need to following these steps:
4. Move the JSON token file to the `/Users/your_id/.kaggle` folder
([reference](https://github.com/Kaggle/kaggle-api/issues/15))

**Note**: if you experience the following error `bash: kaggle: command
**Note**: If you experience the following error `bash: kaggle: command
not found` you may need to explicitly state the kaggle path in your
.bash\_profile. See this related
[issue](https://github.com/rstudio-conf-2020/dl-keras-tf/issues/4) for
more details.
more details. If you get a `403 Forbidden` error from the kaggle API
call then you may need to go to the [competition rules
page](https://www.kaggle.com/c/dogs-vs-cats/rules) and accept the
competition terms.

Now you should be able to execute the following code to download the
data. This will download all the data but only place a fraction of the
Expand Down

0 comments on commit 822f7d2

Please sign in to comment.