Publications by Jenny Ton
Final Project - Group 9
Introduction Intro goes here. Data Preparation Load The Packages Required To Run This Report: library(tidymodels) library(tidyverse) library(vip) library(pdp) library(ggplot2) library(rpart) library(rpart.plot) library(caret) library(pROC) library(dials) library(randomForest) Import The Data and Clear Missing Values: churn <- read_csv("...
672 sym R (8799 sym/36 pcs) 8 img
Final Project - Group 9
Introduction Intro goes here. Data Preparation Load The Packages Required To Run This Report: library(tidymodels) library(tidyverse) library(vip) library(pdp) library(ggplot2) churn <- read_csv("Data/customer_retention.csv") churn <- churn %>% mutate(Status = as.factor(Status)) churn <- drop_na(churn) sum(is.na(churn)) ## [1] 0 set.s...
524 sym R (1596 sym/11 pcs) 2 img
Midterm Project
library(tidyverse) library(dplyr) library(ggplot2) library(lubridate) library(completejourney) transactions <- get_transactions() 1. Does households with or without kids tend to buy more dairy products? Grouping All Dairy Products: Dairy <- products %>% filter( str_detect(product_category, regex("( cheese|milk|icecream|cream|butter|...
616 sym R (4336 sym/14 pcs) 4 img
Midterm Project Report
library(tidyverse) library(dplyr) library(ggplot2) library(lubridate) library(completejourney) transactions <- get_transactions() 1. Do households with or without kids tend to buy more dairy products? Grouping All Dairy Products: Dairy <- products %>% filter( str_detect(product_category, regex("( cheese|milk|icecream|cream|butter|yo...
608 sym R (4094 sym/8 pcs) 4 img
Midterm Project Report
library(tidyverse) library(dplyr) library(ggplot2) library(lubridate) library(completejourney) transactions <- get_transactions() 1. Does households with or without kids tend to buy more dairy products? Grouping All Dairy Products: Dairy <- products %>% filter( str_detect(product_category, regex("( cheese|milk|icecream|cream|butter|...
616 sym R (4336 sym/14 pcs) 4 img
Midterm Project Report
library(tidyverse) library(dplyr) library(ggplot2) library(lubridate) library(completejourney) transactions <- get_transactions() 1. Do households with or without kids tend to buy more dairy products? Grouping All Dairy Products: Dairy <- products %>% filter( str_detect(product_category, regex("( cheese|milk|icecream|cream|butter|yo...
608 sym R (4094 sym/8 pcs) 4 img
Module 2 Lab: HTML Bio
Self Introduction Hi, my name is Trang Ton, but I also go by Jenny at school. I am from Ho Chi Minh City, Vietnam, and have studied abroad in the US for 4+ years. I am a third-year double majoring in Business Analytics and Accounting at the University of Cincinnati. Outside of school, I love hanging out with friends, playing musical instruments...
1880 sym 1 img