Midterm Project I Proposal and Presentation

Presentation Order

The presentation order is determined by the time you sent me your member info (c("John", "Jeremy", "Praful") is the first to let me know, followed by c("Sajjad", "Tanjina", "Dewan"), etc) and random sampling as follows.

team_lst <- list(c("John", "Jeremy", "Praful"), 
                 c("Sajjad", "Tanjina", "Dewan"),
                 c("Ethan", "Navid", "Sylvester"), 
                 c("Violet", "Vanessa", "Michele"), 
                 c("Rakesh", "Daniel", "Jeremy"), 
                 c("Sai", "Rohith", "Shristi"))
set.seed(6250)
team_lst[sample(1:6, 6)]
[[1]]
[1] "Sajjad"  "Tanjina" "Dewan"  

[[2]]
[1] "John"   "Jeremy" "Praful"

[[3]]
[1] "Violet"  "Vanessa" "Michele"

[[4]]
[1] "Rakesh" "Daniel" "Jeremy"

[[5]]
[1] "Sai"     "Rohith"  "Shristi"

[[6]]
[1] "Ethan"     "Navid"     "Sylvester"

Project Materials

  • Group 1 (Sajjad, Tanjina, Dewan) Predicting Life Expectancy: proposal

  • Group 2 (John, Jeremy, Praful) Poisson Regression: proposal

  • Group 3 (Violet, Vanessa, Michele) Is Ridge Regression or LASSO a better model to predict the price of houses in Ames, Iowa: proposal

  • Group 4 (Rakesh, Daniel, Jeremy) Predicting Abalone Age Using Regression Models: proposal

  • Group 5 (Sai, Rohith, Shristi) Analyzing the Impact of Housing Features on Sale Prices: A Regression-Based Study on the Ames Housing Dataset : proposal

  • Group 6 (Ethan, Navid, Sylvester) Predicting Car Sticker Price Regression: proposal