8000 GitHub - jinzh2011/predict-crowdfunding-success: Predicting Crowdfunding Success for Classroom Projects on DonorsChoose.org
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jinzh2011/predict-crowdfunding-success

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Predicting Crowdfunding Success for Classroom Projects on DonorsChoose.org

Background

DonorsChoose.org is a crowdfunding website that connect public school teachers to donors on classroom projects. I would like to build a tool for new teachers to predict whether their first classroom project will get funded on the website.

Description

I implemented logistic regression, K-nearest Neighbors, Random Forest and Gradient Boosting classifiers to predict the crowdfunding success probability of new classroom projects on DonorsChoose.org.

Result

My final model is a gradient boosting classifier model with Area Under the ROC Curve (AUC) score of 0.718.

Model AUC
Gradient Boosting + KNN 0.718
Random Forest + KNN 0.711
Logistic Regression + Select K Best + KNN 0.664

More details are coming soon!

Licenses

See the LICENSE file for license rights and limitations (MIT).

About

Predicting Crowdfunding Success for Classroom Projects on DonorsChoose.org

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0