Publications by Kaylie Evans

Project 01

30.03.2025

PART A Introduction This request comes from DATA 624 Predictive Analytics at CUNY SPS. The goal of part A is to forecast how much cash is taken out of 4 different ATM machines for May 2010. The data was provided to the class in the project section of our Brightspace. I took the data and uploaded it to my personal GitHub so this RMD can be run on a...

10823 sym R (19926 sym/66 pcs) 25 img

Assignment02

24.03.2025

Introduction This RMD supports Assignment 02 for CUNY SPS DATA 622, where we begin to build a model with a dataset from a Portuguese bank’s marketing campaign. The bank used phone calls to predict whether clients would subscribe to a term deposit. The classification goal is to predict if the client will subscribe (yes/no) a term deposit (vari...

6144 sym R (37376 sym/64 pcs) 3 img

Homework06

24.03.2025

Introduction The following RMD contains answers to exercises in chapter 9 of the Forecasting: Principles and Practice textbook for CUNY SPS DATA 624 Spring 2025 https://otexts.com/fpp3/arima-exercises.html. This chapter focuses on ARIMA models. The 9.11 Exercises answered here include 9.1, 9.2, 9.3, 9.5, 9.6, 9.7 and 9.8. Load Libraries library(fp...

10337 sym R (18023 sym/93 pcs) 49 img

Homework05

10.03.2025

Introduction The following RMD contains answers to exercises in chapter 8 of the Forecasting: Principles and Practice textbook for CUNY SPS DATA 624 Spring 2025 https://otexts.com/fpp3/expsmooth-exercises.html. This chapter focuses on exponential smoothing. The 8.8 Exercises answered here include 8.1, 8.5, 8.6, 8.7, 8.8, and 8.9. Load Libraries li...

7215 sym R (10161 sym/41 pcs) 14 img

Assignment01

03.03.2025

Introduction This RMD supports Assignment 01 for CUNY SPS DATA 622, where we explore a dataset from a Portuguese bank’s marketing campaign. The bank used phone calls to predict whether clients would subscribe to a term deposit. The classification goal is to predict if the client will subscribe (yes/no) a term deposit (variable y) by applying mach...

1675 sym R (6587 sym/24 pcs) 5 img

Homework04

02.03.2025

Introduction The following RMD contains answers to exercises in chapter 3 of the Kuhn and Johnson book Applied Predictive Modeling textbook for CUNY SPS DATA 624 Spring 2025 http://appliedpredictivemodeling.com/. This chapter focuses on different tools of a forecaster. The exercises answered here include 3.1 and 3.2. ChatGPT was used to help solve ...

3408 sym R (6331 sym/17 pcs) 2 img

Homework03

24.02.2025

Introduction The following RMD contains answers to exercises in chapter 5 of the Forecasting: Principles and Practice textbook for CUNY SPS DATA 624 Spring 2025 https://otexts.com/fpp3/toolbox-exercises.html. This chapter focuses on different tools of a forecaster. The 5.11 Exercises answered here include 5.1, 5.2, 5.3, 5.4 and 5.7. Load Libraries...

8200 sym R (11339 sym/37 pcs) 28 img

DATA624 Homework 02

16.02.2025

Introduction The following RMD contains answers to exercises in chapter 3 of the Forecasting: Principles and Practice textbook for CUNY SPS DATA 624 Spring 2025 https://otexts.com/fpp3/decomposition-exercises.html. This chapter focuses on Time Series Decomposition, its applications, uses, and methods. The 3.7 Exercises answered here include 3.1, 3....

8712 sym R (12347 sym/28 pcs) 19 img

Homework01 2.10 Exercises

10.02.2025

Introduction This assignment answers questions from the Forecasting: Principles and Practice textbook, 3rd edition. The questions come from chapter 2 section 10 - Exercises. Prompts for each question are included before their respective code/answers. Load Libraries library(fpp3) ## Registered S3 method overwritten by 'tsibble': ## method ...

10495 sym R (11120 sym/80 pcs) 31 img

Project04

01.05.2024

Introduction Using a data set of labeled spam and ham (non-spam) e-mails, a predictive classifier tool is made that predicts if a new document is spam. This project explores document classification, aiming to boost productivity and organize information better. Load libraries library(utils) library(stringr) library(tidyverse) ## ── Attaching co...

2420 sym R (25350 sym/23 pcs)