Skip to content

Instantly share code, notes, and snippets.

@juanchiem
Forked from darioappsilon/logistic_regression.R
Created January 11, 2021 21:52
Show Gist options
  • Save juanchiem/d93d0fbd0bcb1c2412ac9135bba58780 to your computer and use it in GitHub Desktop.
Save juanchiem/d93d0fbd0bcb1c2412ac9135bba58780 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