Skip to content

Commit

Permalink
[MRG] Adding Distance metrics to matutils + Tutorial (#656)
Browse files Browse the repository at this point in the history
* 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
bhargavvader authored and tmylk committed Jun 21, 2016
1 parent da7e851 commit c00efcf
Show file tree
Hide file tree
Showing 4 changed files with 996 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changes
=======
0.13.0, 2016
* Added Distance Metrics to matutils.pt (@bhargavvader, #656)
* Tutorials migrated from website to ipynb (@j9chan, #721), (@jesford, #733), (@jesford, #725), (@jesford, #716)
* New doc2vec intro tutorial (@seanlaw, #730)
* Gensim Quick Start Tutorial (@andrewjlm, #727)
Expand Down
Loading

0 comments on commit c00efcf

Please sign in to comment.