dylangrosz / Modeling_The_Draw

Model the Stanford Housing Draw by internalizing housing cutoff numbers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is deprecated

This project was moved to The Stanford Daily's Tech Team repository and is hosted in a Stanford Daily article

Documentation continued down below...

Modeling The Stanford Housing Draw

Current functionality:

  • Process single simple queries
  • Clean housing data

Upcoming functionality:

  • Let students assume a drawing number and see which houses they can get into
  • Run Monte Carlo simulations on multiple simple queries to determine likeliest housing outcomes

Process Single Simple Queries (processQuery.py)

A simple query will allow a student to input a single housing draw scenario so they can see what chance they have to get certain housing given their gender, tier number, desired residence/room type, and amount of people in applicant group.

Simply, this functionality will answer the following query with a probability:
I am a [gender] applying as [applyType]. If I apply for a [roomType] in [resName] using tier [tierNum], what are my chances of getting in?

Clean Housing Data (cleanHousingData.py)

Take raw housing data from Stanford R&DE Historical Draw Numbers and clean and standardize the data.

About

Model the Stanford Housing Draw by internalizing housing cutoff numbers.


Languages

Language:Python 98.2%Language:C 1.1%Language:C++ 0.6%Language:Tcl 0.1%Language:Fortran 0.0%Language:Smarty 0.0%Language:PowerShell 0.0%Language:Batchfile 0.0%