Publications by Souleymane Doumbia, Group Member: Fomba Kassoh

Time Series

13.10.2024

Libraries library(fpp3) ## Warning: package 'fpp3' was built under R version 4.3.3 ## Registered S3 method overwritten by 'tsibble': ## method from ## as_tibble.grouped_df dplyr ## ── Attaching packages ─────────────────────────────────────────�...

4648 sym R (11930 sym/76 pcs) 29 img

Analysis of IIJA FundingAllocation - Story 1

06.10.2024

Analysis of IIJA Funding Allocation Souleymane Doumbia 2024-10-06 Introduction This report examines the allocation of the Infrastructure Investment and Jobs Act (IIJA) funding across U.S. states and territories. The analysis addresses two key questions: Is the allocation equitable based on the population and infrastructure needs of the states, ...

2114 sym 4 img

SouleymaneD D608 Story 1

06.10.2024

Analysis of IIJA Funding Allocation Souleymane Doumbia 2024-10-06 Introduction This report examines the allocation of the Infrastructure Investment and Jobs Act (IIJA) funding across U.S. states and territories. The analysis addresses two key questions: Is the allocation equitable based on the population and infrastructure needs of the states, ...

2114 sym 4 img

Preprocessing

30.09.2024

Exercise 3.1: Exploring the Glass Dataset (a) Using visualizations to explore the predictor variables # Load the Glass data data(Glass) Glass <- Glass # Basic structure of the dataset str(Glass) ## 'data.frame': 214 obs. of 10 variables: ## $ RI : num 1.52 1.52 1.52 1.52 1.52 ... ## $ Na : num 13.6 13.9 13.5 13.2 13.3 ... ## $ Mg : nu...

5438 sym R (16673 sym/24 pcs) 5 img

Data Preprocessing/Overfitting

30.09.2024

Exercise 3.1: Exploring the Glass Dataset (a) Using visualizations to explore the predictor variables # Load the Glass data data(Glass) Glass <- Glass # Basic structure of the dataset str(Glass) ## 'data.frame': 214 obs. of 10 variables: ## $ RI : num 1.52 1.52 1.52 1.52 1.52 ... ## $ Na : num 13.6 13.9 13.5 13.2 13.3 ... ## $ Mg : nu...

4965 sym R (16795 sym/25 pcs) 5 img

Data Mining: multiple linear regression model

30.09.2024

{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) Load Required Libraries options(repos = c(CRAN = "https://cloud.r-project.org")) # Function to install a package if not already installed install_if_needed <- function(pkg) { if (!requireNamespace(pkg, quietly = TRUE)) { install.packages(pkg) } } # List of packages to check and ...

22505 sym R (100329 sym/85 pcs) 12 img

Time Series Forecasting Exercises

29.09.2024

Exercise 1.: Forecasting Australian Population, Bricks, NSW Lambs, Household Wealth, and Australian Takeaway Food Turnover Australian Population Forecast (global_economy) # Loading global_economy dataset global_economy <- global_economy aus_pop <- global_economy %>% filter(Country == "Australia") %>% select(Year, Population) # Plotting Australian...

4326 sym Python (7409 sym/32 pcs) 25 img

SouleymaneD Time series decomposition Week 3

22.09.2024

Libraries library(fpp3) ## Warning: package 'fpp3' was built under R version 4.3.3 ## Registered S3 method overwritten by 'tsibble': ## method from ## as_tibble.grouped_df dplyr ## ── Attaching packages ─────────────────────────────────────────�...

10050 sym R (14442 sym/70 pcs) 21 img

SouleymaneD Week 2 Time Series

19.09.2024

Libraries library(fpp3) ## Warning: package 'fpp3' was built under R version 4.3.3 ## Registered S3 method overwritten by 'tsibble': ## method from ## as_tibble.grouped_df dplyr ## ── Attaching packages ─────────────────────────────────────────�...

4640 sym R (11929 sym/76 pcs) 29 img

Final Project 605

19.05.2024

Libraries 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 ✔ tidyr ...

12701 sym R (21712 sym/97 pcs) 10 img 1 tbl