cjrd / TMA

Topic Model Analyzer
https://github.com/cjrd/TMA/wiki
Other
62 stars 27 forks source link

HDP topic terms out of order on list #7

Closed cjrd closed 12 years ago

cjrd commented 12 years ago

Fix after django-izing code

cjrd commented 12 years ago

Not just HDP -- it's some sort of strange data consistency problem

cjrd commented 12 years ago

Seems to happen when analyzers are run sequentially without a django refresh

cjrd commented 12 years ago

Problem seems to be with Term.all_terms

cjrd commented 12 years ago

resetting Term.all_terms in initial analyzer view seems to have fixed the problem