Look at the following tutorial for a Quick Start guide and implementation details.
branch from master tepmorarily until code cleanup
Fix DataSource to read “content”, “e-mail”, and use label “spam” for tutorial data. Fix engine.json for default algorithm setting.
Modified PreparedData to use MLLib hashing and tf-idf implementations.
Fixed dot product implementation in the predict methods to work with batch predict method for evaluation.
Included three different data sets: e-mail spam, 20 newsgroups, and the rotten tomatoes semantic analysis set. Includes Multinomial Logistic Regression algorithm for text classification.
Fixed import script bug occuring with Python 2.
Changed data import Python script to pull straight from the 20 newsgroups page.