-
Install R (https://cran.r-project.org/). I’ll be using version 3.4
-
Install RStudio (https://www.rstudio.com/products/rstudio/download3/)
-
Install the necessary libraries with the following commands in any R terminal:
install.packages(c(“tidyverse”, "RSQLite“, “tsoutliers”, “scales”, “igraph”, “ggraph”, “topicmodels”, “wordcloud”, “devtools”)) devtools::install_github("robjhyndman/anomalous") devtools::install_github("twitter/AnomalyDetection") devtools::install_github("juliasilge/tidytext")
- Kaggle: Lending Club Data (additional information)
- Webhose.io World news articles (click on the link for "World news news articles")
- Kaggle: Vehicle Collisions in NYC (additional information)