Publications by Kenton Quaglieri

Code along 8

22.10.2024

# Load packages # Core library(tidyverse) library(tidyquant) 1 Import stock prices # Load packages # Core library(tidyverse) library(tidyquant) Goal Collect individual returns into a portfolio by assigning a weight to each stock five stocks: “SPY”, “EFA”, “IJS”, “EEM”, “AGG” from 2012-12-31 to 2017-12-31 1 Import sto...

454 sym R (3816 sym/17 pcs) 3 img

Apply7

18.10.2024

Goal is to predict Spam Emails from key words library(tidyverse) ## Warning: package 'ggplot2' was built under R version 4.3.3 ## Warning: package 'forcats' was built under R version 4.3.3 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1...

289 sym R (248510 sym/54 pcs) 2 img 3 tbl

Apply7

16.10.2024

# Load packages # Core library(tidyverse) library(tidyquant) 1 Import stock prices # Load packages # Core library(tidyverse) library(tidyquant) 1 Import stock prices symbols <- c("LME", "NOC", "LOC", "UPS", "UNH") prices <- tq_get(x = symbols, get = "stock.prices", from = "2012-12-31", ...

979 sym R (2577 sym/15 pcs) 1 img

CA63100

16.10.2024

Goal is to predict attriction, employees who are likely to quit library(tidyverse) ## Warning: package 'ggplot2' was built under R version 4.3.3 ## Warning: package 'forcats' was built under R version 4.3.3 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ##...

730 sym R (22281 sym/57 pcs) 3 img 3 tbl

Code along 7

13.10.2024

# Load packages # Core library(tidyverse) library(tidyquant) 1 Import stock prices # Load packages # Core library(tidyverse) library(tidyquant) Goal Collect individual returns into a portfolio by assigning a weight to each stock five stocks: “SPY”, “EFA”, “IJS”, “EEM”, “AGG” from 2012-12-31 to 2017-12-31 1 Import sto...

456 sym R (4815 sym/21 pcs) 3 img

Apply53100

11.10.2024

Goal is to predict Spam Emails from key words library(tidyverse) ## Warning: package 'ggplot2' was built under R version 4.3.3 ## Warning: package 'forcats' was built under R version 4.3.3 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1...

166 sym R (4572 sym/19 pcs) 2 img 3 tbl

APPLY6

09.10.2024

# Load packages # Core library(tidyverse) library(tidyquant) Goal Visualize expected returns and risk to make it easier to compare the performance of multiple assets and portfolios. Choose your stocks. from 2012-12-31 to 2017-12-31 1 Import stock prices symbols <- c("NOC", "WMT", "UNH", "SPY", "LOC") prices <- tq_get(x = symbols, ...

1304 sym R (4233 sym/21 pcs) 2 img

Code along 5

08.10.2024

Goal is to predict attriction, employees who are likely to quit library(tidyverse) ## Warning: package 'ggplot2' was built under R version 4.3.3 ## Warning: package 'forcats' was built under R version 4.3.3 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ##...

605 sym R (13014 sym/20 pcs) 3 img 3 tbl

APPLY5

03.10.2024

Goal: To figure out how to deliver more high-capacity transit projects for a fraction of the cost in countries like the United States. click here for the data. Import Data transit_cost <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2021/2021-01-05/transit_cost.csv') ## Rows: 544 Columns: 20 ## ─...

402 sym 4 img 3 tbl

apply5

02.10.2024

# Load packages # Core library(tidyverse) library(tidyquant) Goal Collect individual returns into a portfolio by assigning a weight to each stock Choose your stocks. from 2012-12-31 to 2017-12-31 1 Import stock prices symbols <- c("WMT", "UPS", "NOC", "OXY", "^GSPC") prices <- tq_get(x = symbols, get = "stock.prices"...

479 sym R (2419 sym/12 pcs) 1 img