Ali Hassan
dplyr
, tidyr
, ggplot2
, and tidyverse
.Titanic
.dim()
function.head()
function.colnames()
function.sum(is.na(Titanic))
.colSums(is.na(Titanic))
.na.omit(Titanic)
.str(Titanic)
.summary(Titanic)
.features
.as.factor()
.set.seed(123)
.sample()
.lm()
.predict()
, and we classify predictions based on a threshold of 0.5.glm()
with a binomial family and a maximum of 100 iterations.predict()
, and we classify predictions based on a threshold of 0.5.summary()
.ggplot2
.