Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.66 KB

README.md

File metadata and controls

54 lines (32 loc) · 1.66 KB

DS-SF-27 | Unit Project #3: Modeling Assignment

Submission:

  • Please submit your project via GitHub and send a private message on Slack to both Dan and Ivan with a link to it.

PROMPT

In this project, you will perform a logistic regression on the admissions data we've been working with in projects 1 and 2.

Objective: Completed Jupyter notebook that includes basic modeling using logistic regression.


DELIVERABLES

Completed Jupyter Notebook

  • Requirements:
    • Create one-hot encoding using binary variables.
    • Calculate odds ratios by hand.
    • Complete a logistic regression using statsmodels and interpret your findings.
    • Calculate predicted probabilities.
    • Do a similar analysis using sklearn.

RESOURCES

Dataset

The dataset is available here.

Starter code

Review the questions in the starter code notebook provided.

Suggestions for Getting Started

  • Review logistic regression, odds ratios and probabilities from prior lessons.
  • Read the documenation for statsmodels and sklearn. Most of the time, there is a tutorial that you can follow; learning to read documentation is crucial to your success as a data scientist.

Additional Links


EVALUATION

The rubric is available here.