Coder Social home page Coder Social logo

mind-the-gap's Introduction

mind-the-gap

Zipfian Capstone Project: Mind the Supply Gap on DonorsChoose.org

Gap in the Supply of Projects

DonorsChoose.org is an organization that enables educators to crowd-source funds for classroom projects, helping to provide essential and enriching classroom projects for students all over the country.

The purpose of this project is to help increase the supply of projects to DonorsChoose.org by seeking out school districts which are most economically and similar to the most active DonorsChoose districts.

Data

Data sources used include DonorsChoose.org project data from their thirteen year history, education revenue data the National Center for Education Statistics (NCES), and district-level demographic and economic census data.

The NCES data can be downloaded by executing the shell script download_nces.sh:

$ ./download_nces.sh

Process

  • Data pipeline
  • get_donorschoose.py
  • get_nces.py
  • get_census.py
  • get_latlon.py
  • EDA on California schools alone
  • california.py
  • Train classifiers to predict DonorsChoose.org activity
  • feature_importance.py
  • Explore feature-importances with the aggregated data
  • Develop a fast cosine-similarity calculation using matrix multiplication
  • similarity.py
  • Recommend districts based on their cosine-similarity to active schools
  • district.py
  • Develop d3.js interactive visualization to explore result

My first approach was to train classifiers to predict active DonorsChoose.org schools. Due to the complicated nature of the data, it was difficult to predict activity with meaningful accuracy. As an alternative, I used the classifiers to whittle down the large feature set for a cosine-similarity calculation. The objective for the cosine-similarity calculation is to leverage the district-level aggregated data to find districts that are economically similar to the most active DonorsChoose.org schools.

I define economic similarity with district revenue on the local, state, and federal levels, as well as the average income and housing prices of their local communities. I label a district to be active if it has an average of 3 or more projects per year since its first project with DonorsChoose.org.

End Product

####Interactive Visualization

alt text

License

DonorsChoose.org data is licensed under a Creative Commons Attribution-NonCommercial License.

mind-the-gap's People

Contributors

abshinn avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.