Skip to content

Instantly share code, notes, and snippets.

@darioappsilon
Created January 7, 2021 11:37
Show Gist options
  • Save darioappsilon/f4cc177a7ef98dc54d9395723732776a to your computer and use it in GitHub Desktop.
Save darioappsilon/f4cc177a7ef98dc54d9395723732776a to your computer and use it in GitHub Desktop.
001_logistic_regression
library(titanic)
library(Amelia)
library(dplyr)
library(modeest)
library(ggplot2)
library(cowplot)
library(mice)
library(caTools)
library(caret)
df <- titanic_train
str(df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment