Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 621 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 621 Bytes

Donor's Choose Classifier

This project focuses on predicting whether a Donor's Choose project is "exciting" which is the likelihood that it will get funded. It is part of a Kaggle Competition to help teachers get funding for their school projects.

Process:

  1. Data: Project data provided by Kaggle
  2. Exploration: Visualizations of projects overtime and location
  3. Modeling: Random Forrest, Logictic Regression
  4. Optimization: GridsearchCV
  5. Submission

The best model was Logistic Regression with an AUC score of .68