Publications by karmaGyatso

wk1_hw

30.01.2023

library("gifski") library("gganimate") ## Loading required package: ggplot2 First letter initials are K and G. x=c(rep(-1,800),seq(0,-1,length.out=800), seq(0, -1, length.out = 800), seq(2,1, length.out = 800), rep(1, 800), seq(1,2, length.out = 800), seq(1.5,2, length.out = 800), rep(2, 800)) y=c(seq(2,-1,length.out=800),seq(-1, 0.5, length.out ...

94 sym R (1555 sym/9 pcs) 5 img

Data607_assignment3

17.09.2022

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.7 ✔ dplyr 1.0.9 ## ✔ tidyr 1.2.0 ✔ stringr 1.4.0 ## ✔ readr 2.1.2 ✔ f...

1540 sym R (7759 sym/28 pcs)

data607_project1

25.09.2022

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.7 ✔ dplyr 1.0.9 ## ✔ tidyr 1.2.0 ✔ stringr 1.4.0 ## ✔ readr 2.1.2 ✔ f...

27 sym R (17512 sym/21 pcs) 3 tbl

Document

05.10.2022

library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(tidyr) library(stringr) Created a csv file and uploaded in the github. The structure of the csv is little ...

811 sym R (2676 sym/13 pcs)

data607_project2

10.10.2022

library(tidyr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(ggplot2) library(stringr) The data is taken from Pro Football Reference and it is in wide f...

1493 sym R (8765 sym/24 pcs) 2 img

Data607_assignment5

17.10.2022

In this assignment, we have to read the tables from three different files and they are XML, HTML, and JSON. The files are uploaded in the github and the url is used to fetch the data. library(rvest) from_html <- read_html("https://raw.githubusercontent.com/karmaggyatso/CUNY_SPS/main/Github_data607/assignment_5/Fav_books_assignment5.html") # boo...

607 sym R (2541 sym/6 pcs)

Data607_assignment6

29.10.2022

library(httr) library(jsonlite) library(DT) In this assignment, we are require to use the New York Times API and read the JSON data and transform in R dataframe. I have used NYT books API and generated the API KEY upon signing in the website. The process to use the API is provided [here] (https://developer.nytimes.com/docs/books-product/1/overvie...

723 sym R (2401 sym/9 pcs)

data607_tidyverse

31.10.2022

Vignette Title Karma Gyatso 2022-10-30 library(tidyverse) #> ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── #> ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 #> ✔ tibble 3.1.7 ✔ dplyr 1.0.9 #> ✔ tidyr 1.2.0 ✔ stringr...

1583 sym 2 img

Data607_assignment7

06.11.2022

Assignment Information In Text Mining with R, Chapter 2 looks at Sentiment Analysis. In this assignment, you should start by getting the primary example code from chapter 2 working in an R Markdown document. You should provide a citation to this base code. You’re then asked to extend the code in two ways: Work with a different corpus of your ch...

1774 sym R (15371 sym/85 pcs) 8 img

data607_nyc311

07.11.2022

Your task is to analyze an existing recommender system that you find interesting. You should: 1. Perform a Scenario Design analysis as described below. Consider whether it makes sense for your selected recommender system to perform scenario design twice, once for the organization (e.g. Amazon.com) and once for the organization’s customers. 2. ...

1543 sym Python (751 sym/1 pcs)