Publications by Jon

Developing Data Products - Assignment 3

13.12.2020

12/13/2020 My Shiny App Hello. My name is Jon and I’m going to be showcasing my basic Shiny Application. The app I created is very straightforward. It provides an easy way to make a boring graph slightly more informative and visually appealing with just the click of a button of two. The Basic Graph This is the most basic plot of the data. Noti...

573 sym R (734 sym/1 pcs) 2 img

Developing Data Products - Assignment 2

12.12.2020

12/12/2020 The Data For this assignment I will be using the dataset I created for the previous assignment containing names of several locations in Maine and some brief details about them. ## names lat lng county pop ## 1 Poland 44.0606 -70.3937 Androscoggin 5612 ## 2 Paris 44.2598 -70.5006 Oxford 5187 ## 3 Norway...

507 sym R (488 sym/1 pcs)

Reproducible Research Assignment 2

23.11.2020

Synopsis The purpose of this report is to answer two specific questions, which types of events are most hamful to the human population and which types of events are most harmful to the economy. To answer these questions data was obtained from the National Weather Service which collected data from a variety of sources on the damage caused by weath...

5071 sym R (9831 sym/18 pcs) 2 img

Developing Data Products - Assignment 1

11.12.2020

Interesting City Names in Maine For my assignment I thought it would be fun to highlight some of the cities in Maine with names that caught my attention. I have created a dataframe with the name of a few cities and some brief information on them that you can see here. ## names lat lng county pop color ## 1 Norway 44.2140 -7...

367 sym R (558 sym/1 pcs)

Capstone Project Milestone Report

21.12.2020

Synopsis The purpose of this report is to create a model capable of predicting text given inputs of 1, 2, or 3 words. This is done by reading in text files from a variety of sources such as Twitter, blogs, and news outlets. With these sources we will sample them, clean them, and tokenize them. This will give us a clearer picture of what the data ...

4664 sym R (9731 sym/33 pcs) 5 img

Capstone Project Presentation

26.12.2020

Text Prediction App Jon 12/26/2020 The App Hello and thank you for checking out my Shiny App! The sole purpose of it is to take in some user text input and as effienctly as possible return some predicted output text. I will go into further detail about how this app can be used and how the prediction is done. App Components User Text Input Th...

1793 sym

Spotify Project

21.06.2021

Synopsis The purpose of this report is to explore a Spotify data set in order to create a model capable of classifying music based on a specific set of characteristics. This will be done using a variety of models and comparing the results in order to select the best one. Once a model has been created and tested the results will be analyzed and us...

10645 sym R (11708 sym/36 pcs) 3 img

Coffee Project

07.07.2021

Code Show All Code Hide All Code Coffee Project Coffee Project Synopsis Getting Started Loading Packages Getting the Data and Initial Cleaning Basic Data Exploration and Further Cleaning Further Data Exploration and Visualization Submitteed Coffee Counts and Scores Examaning Certification Bodies Examining Altitude Examining Grading Date E...

7617 sym R (20071 sym/29 pcs) 11 img