Skip to content

My solution to the Quora Classifier problem in Codesprint 2 (Interviewstreet). Implementation of a Naive Bayesian classifier.

Notifications You must be signed in to change notification settings

alum/Quora-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My solution to the Quora Classifier problem in Codesprint 2 (Interviewstreet)
It's basically a Naive Bayes classifier assuming the prior to be equally probable
First step is to classify whether nodes are discrete or continuous. Continuous nodes are assumed to have a Normal distribution.
Then training and classification is done. It's quite a hack! :)

To run: python file2stdin.py | python classify.py

Problem definition can be found here (newer version, but same problem):
http://linode.interviewstreet.com/CodesprintQuora-AnswerClassifierRedux.pdf

About

My solution to the Quora Classifier problem in Codesprint 2 (Interviewstreet). Implementation of a Naive Bayesian classifier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages