Publications by Corey Neff

Peer Assignment 2

19.07.2020

Synopsis The National Oceanic and Atmospheric Association (NOAA) collects data on every major storm event in the United States. These data consist of characteristics of the storms, as well things like estimated property damage. There were two major questions being asked: 1) Across the United States, which types of events are most harmful with res...

601 sym R (3425 sym/19 pcs) 3 img

Machine Learning Project

04.11.2020

Packages Install packages I think we’ll need. if (!require("librarian")) install.packages("librarian") ## Loading required package: librarian library(librarian) shelf(caret, randomForest, rpart, ggplot2, dplyr) ## ## The 'cran_repo' argument in shelf() was not set, so it will use ## cran_repo = 'https://cran.r-project.org' by default. ## ...

832 sym R (5009 sym/16 pcs) 1 img

NLP summary

02.08.2021

Downloading and Reading the Data librarian::shelf(dplyr, tm, data.table, SnowballC, wordcloud, ggrepel, quanteda) if(!file.exists("./data")){ dir.create("./data") url <- "https://d396qusza40orc.cloudfront.net/dsscapstone/dataset/Coursera-SwiftKey.zip" download.file(Url, destfile="./data/NLP_data.zip", mode = "wb") unzip(zipfile="./da...

1720 sym R (7787 sym/24 pcs) 9 img

Cyclistic Plotly

05.07.2021

Cyclistic_plotly Corey Neff 7/5/2021 Instructions Create a web page presentation using R Markdown that features a plot created with Plotly. Host your webpage on either GitHub Pages, RPubs, or NeoCities. Your webpage must contain the date that you created the document, and it must contain a plot created with Plotly. Loading the data Here I am,...

1098 sym R (3558 sym/6 pcs)

Leaflet Project

05.07.2021

R Markdown with Leaflet Instructions Create a web page using R Markdown that features a map created with Leaflet. Host your webpage on either GitHub Pages, RPubs, or NeoCities. Your webpage must contain the date that you created the document, and it must contain a map created with Leaflet. We would love to see you show off your creativity! Sub...

984 sym R (918 sym/1 pcs)

App Pitch

08.07.2021

App Pitch Corey Neff 7/8/2021 The Instructions This simple RMarkdown presentatio was created as the final assignment for the Creating Data Products Coursera course. Here I will be pitching the app I created, which can be found HERE. Requirements: It must be done in Slidify or Rstudio Presenter It must be 5 pages It must be hosted on github or...

894 sym R (435 sym/1 pcs) 1 img