Refactored wordbatch into a pipeline of separate transformers compatible with sklearn. Added transformers and a modified feature_union class for parallelizing tasks.
1.3.3
Changes for better sklearn-compatibility with fit() and transform() calls. Optimization of FM_FTRL with AVX instructions. Started data_utils for assorted util functions. Several minor bugs fixed.