Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRG] Adding Distance metrics to matutils + Tutorial (#656)
* Added 3 similarity metrics to matutils. * Removed specific BOW input, changed Hellinger * Removed two lines from comments * Removed some parameters for Hellinger, Kullback-leibler methods * Addressed some of the comments; need to improve jaccard and add test file * Different approach to methods; added isbow * Changed isbow * Fixed indentation error * Incorporated suggested changes * Jaccard changes * Jaccard with sets * PEP8 spaces * Tests for similarity * max_len change * python 2.6 fixes * Added LDA test * Made suggested changes * Further suggestions * PEP8 changes * PEP8, readability changes * Similarity Tutorial * Changelog * Documentation Changes * Made all distances * Changelog * Made Notebook Changes * Made changes to notebook regarding KL
- Loading branch information