Publications by Michael Y.

DATA624-HW6-ARIMA

20.05.2020

library(fpp2) ## Loading required package: ggplot2 ## Loading required package: forecast ## Registered S3 method overwritten by 'quantmod': ## method from ## as.zoo.data.frame zoo ## Loading required package: fma ## Loading required package: expsmooth library(tseries) library(urca) Homework 6 - ARIMA Do the exercises 8.1, 8.2, ...

16682 sym R (55755 sym/409 pcs) 102 img

DATA622_HW1

19.05.2020

DATA 622 - HW1 Q1: Naive Bayes df1 <- read.csv('HW1-Q1-40.csv', skip = 1, header = T, nrows = 14, stringsAsFactors = T) %>% rename(agegroup = 'age.group', credit = 'credit_rating', prospect = "class.prospect") df1 %>% kable(caption = "Prospect Data") %>% kable_styling(c("bordered","striped"),...

10150 sym R (19766 sym/113 pcs) 7 img 2 tbl

DATA624-HW5-ExpoSmoothing

12.05.2020

library(fable) ## Loading required package: fabletools library(forecast) ## Registered S3 method overwritten by 'quantmod': ## method from ## as.zoo.data.frame zoo ## ## Attaching package: 'forecast' ## The following objects are masked from 'package:fabletools': ## ## GeomForecast, StatForecast library(fpp2) ## Loading r...

5554 sym R (17726 sym/75 pcs) 12 img 5 tbl

ExponentialSmoothing

04.03.2020

Exponential Smoothing Simon U., Michael Y., Ben H., Sachid Deshmukh March 3, 2020 Introduction What is exponential smoothing? Forecasting future observations using weighted averages of past observations, with the weights decaying exponentially as observations recede further into the past Presumably, more recent data points are more predict...

8471 sym R (1314 sym/18 pcs) 16 img

DATA624-HW4-Preprocessing

03.03.2020

library(fpp2) ## Loading required package: ggplot2 ## Loading required package: forecast ## Registered S3 method overwritten by 'xts': ## method from ## as.zoo.xts zoo ## Registered S3 method overwritten by 'quantmod': ## method from ## as.zoo.data.frame zoo ## Registered S3 methods overwritten by 'forecast': ## meth...

6865 sym R (36059 sym/70 pcs) 9 img 5 tbl

DATA624-HW3-Decomposition

24.02.2020

library(fpp2) ## Loading required package: ggplot2 ## Loading required package: forecast ## Registered S3 method overwritten by 'xts': ## method from ## as.zoo.xts zoo ## Registered S3 method overwritten by 'quantmod': ## method from ## as.zoo.data.frame zoo ## Registered S3 methods overwritten by 'forecast': ## meth...

2462 sym R (10556 sym/49 pcs) 27 img

DATA612-RD1-VRBO

21.02.2020

Research Discussion Assignment 1 Please complete the research discussion assignment in a Jupyter or R Markdown notebook. You should post the GitHub link to your research in a new discussion thread. Now that we have covered basic techniques for recommender systems, choose one commercial recommender and describe how you think it works (content-base...

18628 sym 5 img

DATA612-Project1-Baseline-RMSE

17.02.2020

library(tidyverse) ## -- Attaching packages ----------------------------------------------------------------------------------------------- tidyverse 1.3.0 -- ## <U+2713> ggplot2 3.2.1 <U+2713> purrr 0.3.3 ## <U+2713> tibble 2.1.3 <U+2713> dplyr 0.8.3 ## <U+2713> tidyr 1.0.0 <U+2713> stringr 1.4.0 ## <U+2713> readr 1.3.1 ...

3083 sym R (8877 sym/56 pcs) 6 tbl

DATA624-HW02-Forecasting

17.02.2020

library(fpp2) ## Loading required package: ggplot2 ## Loading required package: forecast ## Registered S3 method overwritten by 'xts': ## method from ## as.zoo.xts zoo ## Registered S3 method overwritten by 'quantmod': ## method from ## as.zoo.data.frame zoo ## Registered S3 methods overwritten by 'forecast': ## meth...

3167 sym R (20258 sym/80 pcs) 31 img

DATA608-Module1-inc5000

14.02.2020

Principles of Data Visualization and Introduction to ggplot2 I have provided you with data about the 5,000 fastest growing companies in the US, as compiled by Inc. magazine. lets read this in: path <- "https://raw.githubusercontent.com/charleyferrari/CUNY_DATA_608/master/module1/Data/inc5000_data.csv" inc <- read.csv(path,header= TRUE) Let�...

1536 sym R (7184 sym/17 pcs) 3 img 4 tbl