The following datasets will be used in the course:
Real data on the satisfaction and experience of 10,000 customers of an airline Info
satisfaction
(4A)Real ecological momentary assessment (EMA) data on 80 undergraduate students in the Netherlands during the start of COVID (from Fried, Papanikolaou, & Epskamp, 2021) Info
# install.packages("readr")
ema <- readr::read_csv("https://tinyurl.com/mlr-ema", col_types = cols(id = "f"))
Real data on 344 penguins observed at Palmer Station, Antarctica Info
body_mass_g
(1D)Real data on 1,309 passengers on the Titanic Info
Classification task: predict survived
(1D, 2A,
2D)
Regression task: predict fare
(2A, 2B, 2C)
Real data on the potability and chemical properties of 2,011 water bodies Info
Potability
(3B, 3D)