commit | 070f5c2cc54af25de058a005314412eec70680c7 | [log] [tgz] |
---|---|---|
author | Chan Lee <chanlee514@gmail.com> | Mon Aug 22 14:51:49 2016 -0700 |
committer | Chan Lee <chanlee514@gmail.com> | Wed Oct 12 21:35:08 2016 -0700 |
tree | f20148363a5299488a7db5a80fd4b4e094ca3c86 | |
parent | 3d609f8962fdc76858461a222e58770777afddeb [diff] |
Update template for PIO v0.10.0-incubating
Look at the following tutorial for a Quick Start guide and implementation details.
Re-structure and design preparator and algo. less memory usage and run time is faster. Move BIDMach, VW & SPPMI algo changes to bidmach
branch temporarily.
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.