/log-reg

analyzing Titanic w/ logistic regression from scratch

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Would you survive the Titanic?

This repo contains a workbook that analyzes the survival chance a passenger had aboard the Titanic using logistic regression from scratch. Algorithm lives seperately in logistic.py

Special thanks to Kaggle for the dataset and Andrew Ng's Coursera class on Machine Learning for providing a reference to needed formulas