Logistic Regression — Part III — Titanic Disaster Survival Prediction
In this article we will be researching on the Titanic Dataset with Logistic Regression and Classification Metrics. Lets see how to do logistic regression with Python — LogisticRegression() from sklearn. I have taken the Titanic data set from Kaggle. Here…