Publications by Jishnu Unnikrishnan
Document
1.Synopsis In this report, we aim to analyze the impact of different weather events on public health and economy based on the storm database collected from the U.S. National Oceanic and Atmospheric Administration’s (NOAA) from 1950 - 2011. We will use the estimates of fatalities, injuries, property and crop damage to decide which types of event...
1526 sym R (7651 sym/33 pcs) 3 img
Document
25-August-2020 Simple plotly example - mtcars dataset This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the o...
1108 sym R (1166 sym/10 pcs)
Document
Analysis of the mtcars Dataset Variables and MPG Jishnu Unnikrishnan 09.08.2020 ## Coursera Reproducible Pitch ### See the Regression Models Course Project URL: https://github.com/manastiwari/Developing-Data-Products-Week-4-Course-Project Find here all the data that have been use for this presentation and also for the first part of the data ...
1176 sym R (645 sym/3 pcs) 1 tbl
Document
05/09/2020 library(plotly) library(tidyr) library(dplyr) data("EuStockMarkets") stocks <- as.data.frame(EuStockMarkets) %>% gather(index, price) %>% mutate(time = rep(time(EuStockMarkets), 4)) storeWarn<- getOption("warn") options(warn = -1) plot_ly(stocks, x = ~time, y = ~price, color = ~index, mode = "lines") Plot ...
30 sym R (322 sym/1 pcs)
Document
The data for this map is taken from the Sacramento Crime January 2006 dataset which contains 7,584 crime records as made available by the Sacramento Police Department. The same is available here: http://samplecsvs.s3.amazonaws.com/SacramentocrimeJanuary2006.csv Reading Data Reading data from the given url and subsetting to extract 800 random sam...
527 sym R (257 sym/2 pcs)
Document
Introduction Coursera Data Science Capstone - Milestone Report is an introductory look at analyzing the SwiftKey data set downloadable via the link:https://d396qusza40orc.cloudfront.net/dsscapstone/dataset/Coursera-SwiftKey.zip The tasks to be acomplished in this report are: What the data consists of, and Identifying the standard tools and model...
3261 sym R (5660 sym/40 pcs) 2 img
Presentation
Coursera: Data Science Capstone Project “PredictNextWord” By Jishnu Unnikrishnan [September 30, 2020] Introduction The Coursera Data Science Specialization Capstone Project from Johns Hopkins University (JHU) allows students to create a usable public data product that can show their skills to potential employers. For this iteration of t...
2335 sym