ContinuumIO / topik

A Topic Modeling toolbox
BSD 3-Clause "New" or "Revised" License
93 stars 24 forks source link

Youngblood/store param strings #61

Closed youngblood closed 8 years ago

youngblood commented 8 years ago

adds vectorization to CLI changed project run_model default to lda changed the datatype of the individual weight values in the lda matrices from numpy.float64 to float in order to match plsa and more importantly successfully decode from file using jsonpickle. minor documentation updates

msarahan commented 8 years ago

LGTM. Nice work.