Publications by Steve Phillips
Homework3_data624_Steve_Phillips
Homework 3 ## import necessary packages library(fpp3) ## ── Attaching packages ────────────────────────────────────────────── fpp3 0.5 ── ## ✔ tibble 3.2.1 ✔ tsibble 1.1.4 ## ✔ dplyr 1.1.3 ✔ tsibbledata 0.4.1 ## ✔ ...
3655 sym R (7966 sym/61 pcs) 21 img
homework_week3_Steve_Phillips_data624
Import packages library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.4 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔...
2796 sym R (8744 sym/61 pcs) 24 img
homework_week2_Steve_Phillips_data624
Import Packages that are needed. I will always import tidyverse and ggplot even if im unsure as it is generally very useful. library(tidyverse) ## Warning: package 'ggplot2' was built under R version 4.3.2 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ##...
3198 sym R (4187 sym/61 pcs) 29 img
Final Project
Goals: Identify areas of the world that are particularly impacted by diabetes Create a Machine learning model that could potentially be generalized to the general population, to detect diabetes early based on common tests Determine what variables are the most useful in the detection of diabetes Load Packages library(tidyr) library(lubridat...
7268 sym R (29885 sym/152 pcs) 26 img
Recommender Systems data 607
Facebook’s Recommender System Analysis Scenario Design Analysis Organization: Who are the target users? Facebook targets users that are looking to connect with people online, whether it is relatives, close friends, someone that you have met in a bar, etc. What are their key goals? Facebook wants to maintain engagement for its users, ensur...
3203 sym
Week 9 data 607
##First the necesary packages must be loaded ##Load in necessary packages library(readr) library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ purrr 1.0.1 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ...
366 sym R (48574 sym/10 pcs)
Week 7 Data 607
##XML,xml12, rjson, and jsonlite will all be used to parse our documents library(xml2) library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## �...
601 sym R (5892 sym/14 pcs)
Week 5 Data 607
Import the Necessary Libraries and Import the Data library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3....
1374 sym R (6513 sym/34 pcs) 5 img
Project 1 data 607
Import the necesssary packages and the dataset library(readr) library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ purrr 1.0.1 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ ...
1754 sym R (148389 sym/41 pcs)
Data 607 Week 3
library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0...
1633 sym R (1760 sym/9 pcs)