IMDB Implemented Models:
- Bernoulli Naive Bayes
- SciKit learn(Logistic regression, Decision trees, Support vector machines)
Implemented Pipelines:
- feature extraction (binary occurrences, tf-idf weighting, N-grams)
- model validation (held-out validation)