Publications by Group_Project: Venkata Naga Vamsidhar reddy karasani(vkara4), Anila Cheekati(vchee3), Venkata sai ram tirunagari(Vtiru5) , Pradeep kumar Naidu(Pnaid2), Simhadri Ramanjaneyulu(rsimh3), Subhalaxmi Rout(srout2)

Project 1

22.06.2021

Load library Loaded all necessary libraries. library(readxl) # read excel library(dplyr) # mutate library(PerformanceAnalytics) # correlation and histogram library(ggplot2) # ggplot library(forecast) # autoplot library(imputeTS) # impute NAs library(tseries) library(writexl) # excel We have a dataset in excel file, first read the data using rea...

7884 sym R (17448 sym/116 pcs) 36 img

Week 2

16.06.2021

library(fpp2) library(mlbench) library(psych) # skew library(corrplot) # correlation library(PerformanceAnalytics) # correlation and histogram library(DataExplorer) # histogram library(VIM) # kNN impute library(caret) # near zero variance library(dplyr) # arrange library(tidyr) # gather Forecasting: Principles and Practices (Chapter 7 - Exponent...

6016 sym R (10048 sym/45 pcs) 8 img

Week1

16.06.2021

library(fpp2) library(tsibble) Forecasting: Principles and Practices (Chapter 2 - Time serise graphics) 2.1 Use the help function to explore what the series gold, woolyrnq and gas represent. \((a)\) Use autoplot() to plot each of these in separate plots. ?gold ?woolyrnq ?gas autoplot(gold) autoplot(woolyrnq) autoplot(gas) \((b)\) What is the...

2944 sym R (2484 sym/26 pcs) 13 img

ARIMA

18.06.2021

library(knitr) library(fpp2) library(tseries) library(gridExtra) Forecasting: Principles and Practices (Chapter 8 - ARIMA Models) 8.1 Figure 8.3 shows the ACFs for 36 random numbers, 360 random numbers and 1,000 random numbers. knitr::include_graphics("https://raw.githubusercontent.com/SubhalaxmiRout002/DATA624/main/Week3/Screen%20Shot%202021-0...

4255 sym R (4403 sym/24 pcs) 16 img

Project 1 Final

26.06.2021

Group Members Subhalaxmi Rout Kenan Sooklall Devin Teran Christian Thieme Leo Yi Introduction The dataset for this project was provided as a de-identified excel spreadsheet that included six different groups. Each group had two variables to be forecasted 140 periods into the future using 1622 historical periods. This data had been provided as t...

9649 sym R (1829 sym/7 pcs) 11 img

PH Prediction

21.08.2021

Introduction We have been given a dataset from a beverage manufacturing company that consists of 2,571 rows of data and 33 columns. The dataset contains information on different beverages and their chemical composition. The goal of this analysis is to use the 32 predictive features to predict the Potential for hydrogen (pH), which is a measure of...

13187 sym R (12126 sym/20 pcs) 9 img 1 tbl

Modeling Exercise - Oil Prediction

21.08.2021

Instruction We are interested in the way you approach a data science problem and how you present and/or support your reasons with data. You are asked by the business to provide one day ahead probabilistic forecast (not a point forecast) for the oil prices. The requirement is to use the gamlss package in R ( https://cran.r-project.org/web/packages...

6977 sym R (6535 sym/27 pcs) 8 img

Code Test

22.08.2021

The purpose of this exercise is to design and implement an entire data preparation pipeline in R. We would like you to implement a robust, extensible and generic framework for data preparation. Questions 1) Take as raw inputs to the data preparation process, the oil data from the gamlss package. # load libraries library(gamlss) library(gamlss.a...

4224 sym R (10711 sym/20 pcs) 2 img