Skip to content

Capstone Project 1

Mikiko Bazeley edited this page Feb 19, 2019 · 49 revisions

Logistic Regression

Really good tutorial on how to build a logistic regression model: https://towardsdatascience.com/building-a-logistic-regression-in-python-step-by-step-becd4d56c9c8 https://stackoverflow.com/questions/14745022/how-to-split-a-column-into-two-columns


Random Forest


Boosted


Napoleon march


Data Cleaning:


Hyperparameter Tuning


Exploratory Analysis:

Compare quantitative data between groups

  • Compare means between two different groups:

Compare categorical distributions between groups (Chi square)

  • Compare categorical distributions:

Clone this wiki locally