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
- Host: GitHub
- URL: https://github.com/therealaj/log-reg
- Owner: therealAJ
- License: gpl-3.0
- Created: 2017-07-18T15:30:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T21:59:07.000Z (almost 8 years ago)
- Last Synced: 2025-01-06T07:52:17.585Z (6 months ago)
- Topics: classification-algorithm, kaggle-competition, logistic-regression
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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