An open API service indexing awesome lists of open source software.

https://github.com/therealaj/log-reg

analyzing Titanic w/ logistic regression from scratch
https://github.com/therealaj/log-reg

classification-algorithm kaggle-competition logistic-regression

Last synced: 4 months ago
JSON representation

analyzing Titanic w/ logistic regression from scratch

Awesome Lists containing this project

README

        

### 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