Publications by Daniel Craig

DATA607 - Final Project - Workspace

15.05.2023

library(ggiraphExtra) library(knitr) library(data.table) library(readr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:data.table': ## ## between, first, last ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'pa...

1219 sym R (102229 sym/155 pcs) 6 img 3 tbl

PurrrVignette

01.05.2023

purrr Vignette Ext dcraig purrr Vignette Ext dcraig Recap Extenstion Conclusions Daniel Craig 2023-04-27 Recap       Purrr has been introduced by Glen(my classmate) with some of its basic, but useful, functions that will introduce you to the package. We will be recapping his work int eh first section, if you are recently coming off ...

11868 sym Python (46168 sym/29 pcs) 3 img

DATA607 - Project 4 - Classification

26.04.2023

Classification w/ Decision Trees Classification w/ Decision Trees Introduction: Data Collection Training the Decision Tree Making Predictions Conclusions Daniel Craig 2023-04-26 Introduction:       The purpose of this project will be to attempt to classify a win or a loss pending game metrics. This project will use a ...

6842 sym 6 img

DATA606 Final Project Proposal

25.04.2023

Project Proposal Project Proposal Daniel Craig 2023-04-21 Data Preparation    Little to no data preparation has been needed as the data has been setup in a very tidy fashion. Below code chunks will involve code used to generate the statistical summary. daily <- read_csv("https://raw.githubusercontent.com/d-ev-craig/DATA606/main/Project/3...

4328 sym 3 img

DATA607 - WK11 Discussion - Youtube Recommender System

19.04.2023

Youtube Recommender Analysis & Discussion Youtube Recommender Analysis & Discussion Scenario Design Reverse Engineering Overview of the Model Conclusions Daniel Craig 2023-04-17 This is to serve as a personal understanding of the features and make-up of the youtube ‘algorithm’ that is oft mentioned by content creator and consu...

17355 sym 7 img

Readr Vignette

15.04.2023

readr Vignette Daniel Craig Daniel Craig Readr Introduction In this vignette, we will focus on the readr package and its ability to parse files into tables from data files such as csv’s and tsv’s. We will cover the material in two sections; Functions & Column Specifications You can read more about the readr package here: https://readr.tid...

12300 sym 2 img

DATA607 - WK10 Assignment - Sentiment Analysis

01.04.2023

Sentiment Analysis    As a brief summary of sentiment analysis, a condensed workflow will be to source material, stem the tokens if using only words, remove stop words, and perform lookups on lexicons to establish sentiment of the word. From there, grouping, presenting, and visualizing the data is up to the coder.    Sentiment Analysis r...

7404 sym Python (13359 sym/45 pcs) 6 img

DATA607 New York Times API

26.03.2023

NY Times Books API NY Times offers quite a few different APIs to be worked with. The one I will be using is the Books API that focuses on the specific books and their rankings within the best seller lists for each category. As I explore the different endpoints, I hope to organize a comprehensive dataframe that combines all of the categories, i...

2782 sym Python (6139 sym/9 pcs)

Extra JSON API Work

21.03.2023

Goal Working with the two JSON files available through the API at nobelprize.org, ask and answer 4 interesting questions, e.g. “Which country “lost” the most nobel laureates (who were born there but received their Nobel prize as a citizen of a different country)?” Using the following source to guide httr usage: https://cran.r-project.or...

3858 sym Python (4006 sym/15 pcs)

DATA607 - Assignment 7 - Data formats (XML, JSON, HTML)

12.03.2023

Introduction This week is focused on data file types that are commonly passed or retrieved when web scraping or dealing with APIs. This example will have an html, json, and xml file that I’ve hand created to get a better idea of each type of structure. Each file will include the authors, publisher, publishing date, and title of a different bo...

2419 sym Python (3543 sym/8 pcs)