Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Science Bootcamp

Prep

  1. Install R (https://cran.r-project.org/). I’ll be using version 3.4

  2. Install RStudio (https://www.rstudio.com/products/rstudio/download3/)

  3. 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")
    

Data

Main material

  1. dplyr and ggplot

  2. NLP

  3. Anomaly Detection

Extra topics

GDELT and Google BigQuery

About

Data Science Boot Camp

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors