You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
analyzing Titanic w/ logistic regression from scratch