Publications by Tage Singh
DATA 607 WEEK 9 - API Calls
DATA 607 WEEK 9 - API Calls - Tage N Singh 2021-04-11 output: prettydoc::html_pretty: theme: architect highlight: github - The Assignment - Choose one of the New York Times APIs, construct an interface in R to read in the JSON data, and transform it into an R DataFrame Loading Libraries library(httr) library(jsonlite) library(d...
304 sym R (2621 sym/29 pcs) 2 tbl
SPS-DATA-607-TIDYVERSE
DATA-607 TIDYVERSE ASSIGNMENT Tage N Singh 2021-04-13 This vignette will provide a brief exploration of the “tidyverse” package using its built-in libraries The tidyverse is a powerful collection of R packages that are actually data tools All packages of the tidyverse share an underlying common APIs as listed below. Lists ggplot2, which im...
1249 sym R (4581 sym/13 pcs) 1 img
SPS-DATA607-RECOMMENDER SYSTEMS
TABOOLA RECOMMENDER Tage N Singh 2021-04-24 library(knitr) # For knitting document and include_graphics function library(png) TABOOLA - POWERING RECOMMENDATIONS FOR THE OPEN WEB - taboola.com —————————- About Taboola —————————————- Taboola is an AI driven recommendations platform and is leverag...
3546 sym R (86 sym/1 pcs) 4 img
DATA607-WEEK10-SENTIMENT
SPS-DATA607-WEEK10 - Sentiment Analysis Tage N Singh 2021-04-19 output: prettydoc::html_pretty: theme: architect highlight: github Setup library(tidytext) library(janeaustenr) library(stringr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## T...
2178 sym R (9127 sym/45 pcs) 3 img