Skip to content

Instantly share code, notes, and snippets.

View krcarriere's full-sized avatar

Kevin Carriere krcarriere

View GitHub Profile
@krcarriere
krcarriere / text_classifier.R
Last active December 15, 2016 17:15 — forked from soodoku/text_classifier.R
Basic Text Classifier
"
Basic Text Classifier
- Takes a csv with a text column, and column of labels
- Splits into train and test
- Preprocesses text using tm/bag-of-words, 1/2-order Markov
- Uses SVM and Lasso
@author: Gaurav Sood
"