14
FundAClassroom.today Inspire your supporters on DonorsChoose.org Bobby Kim, Fellow at Insight Data Science

FundAClassroomToday Demo

Embed Size (px)

Citation preview

Page 1: FundAClassroomToday Demo

FundAClassroom.todayInspire your supporters on DonorsChoose.org

Bobby Kim, Fellow at Insight Data Science

Page 2: FundAClassroomToday Demo

What is the problem?

• In 2013-2014, US teachers on average $513 out-of-pocket for their classrooms.1

• DonorsChoose.org, an online crowdfunded charity is helping reduce the burden.

• Can we predict whether a project will be funded or not based simply on a teacher’s essay?

1. http://www.forbes.com/sites/nicoleleinbachreyhle/2014/08/19/teachers-spend-own-money-school-supplies/

Page 3: FundAClassroomToday Demo

FundAClassroom.Today

Page 4: FundAClassroomToday Demo

Supervised learning – binary classification

• Data: CSV dataset from DonorsChoose.org

• ~200,000 essays going back to 2012 – 75/25 Funded/Not Funded

• Vectorize DonorsChoose essays using tf-idf, build vocabulary of 4000 words

• Model: L2 Logistic Regression

• Validation:

• 5-fold cross validation for model tuning using training set (90%)

• ROC AUC using test set (10%)

Page 5: FundAClassroomToday Demo
Page 6: FundAClassroomToday Demo
Page 7: FundAClassroomToday Demo
Page 8: FundAClassroomToday Demo
Page 9: FundAClassroomToday Demo

About me• PhD in Computational Biophysics, Rice University

• Built models for protein folding simulations using experimental protein structures and sequence data

Page 10: FundAClassroomToday Demo

Future Directions• Feature Engineering using NLP

• TextBlob – sentiment analysis, lemmatization, parts of speech tagging, misspelling

• TextSTAT – reading level, subjectivity

• Supervised learning

• SVMs

Page 11: FundAClassroomToday Demo

Essay Format• Paragraph 1 – Open with the challenge facing your

students.

• Paragraph 2 – Tell us more about your students.

• Paragraph 3 – Inspire your potential donors with an overview of the resources you’re requesting

• Paragraph 4 – Close by sharing why your project is so important

Page 12: FundAClassroomToday Demo
Page 13: FundAClassroomToday Demo
Page 14: FundAClassroomToday Demo

Data Story