Skip to content

Commit

Permalink
Update r_text_ml.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vanatteveldt committed Jan 21, 2021
1 parent 953bc83 commit d031c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/r_text_ml.md
Expand Up @@ -41,6 +41,7 @@ For machine learning, we need annotated training data. Fortunately, there are ma
``` r
download.file("http://i.amcat.nl/data_corpus_movies.rda", "data_corpus_movies.rda")
load("data_corpus_movies.rda")
reviews = data_corpus_movies
```

Training and test data
Expand Down

0 comments on commit d031c95

Please sign in to comment.