Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gensim models show_topic/print_topic parameter num_words changed to t…
…opn to match other topic models. Backwards compatible (#1200) * Update CHANGELOG.txt * Update CHANGELOG.txt * Release version typo fix * Typo in version * show_topic parameter num_words changed to topn show_topic parameter num_words changed to topn in order to make it consistent with LdaModel show_topic parameter num_words changed to topn both old and new param with deprecation warning ldamallet now supports both num_words and topn parameters for show_topic with deprecation warning for the num_words. hdpmodel show_topic supports old and new param show_topic in hdpmodel now supports both num_words and topn parameters to make it consistent across all models, with deprecation warning for num_words dtmmodel topn/num_words with deprecation warning Inconsistency between api and code removed for topn/num_words by adding support for both params with proper deprecation warning hdpmodel show_topic supports old and new param show_topic in hdpmodel now supports both num_words and topn parameters to make it consistent across all models, with deprecation warning for num_words - checks should pass this time hdpmodel show_topic supports old and new para dtmmodel topn/num_words with deprecation warning ldamallet show_topic param fixed ldamallet now supports both num_words and topn parameters for show_topic with deprecation warning for the num_words. dtmmodel topn/num_words with deprecation warning dtmmodel is now compatible with both topn/num_words parameters for show_topic and others with proper deprecation warnings. hdpmodel num_words changed to topn with deprecation warning To make the code consistent with the api- parameters num_words changed to topn (for print_topic/show_topic method), with deprecation warning for num_words hdpmodel num_words changed to topn with deprecation warning To make the code consistent with the api- parameters num_words changed to topn (for print_topic/show_topic method), with deprecation warning for num_words hdpmodel num_words changed to topn with deprecation warning To make the code consistent with the api- parameters num_words changed to topn (for print_topic/show_topic method), with deprecation warning for num_words dtmmodel num_words changed to topn with deprecation warning To make the code consistent with the api- parameters num_words changed to topn (for print_topic/show_topic method), with deprecation warning for num_words ldamallet num_words changed to topn with deprecation warning To make the code consistent with the api- parameters num_words changed to topn (for print_topic/show_topic method), with deprecation warning for num_words hdpmodel num_words changed to topn with deprecation warning To make the code consistent with the api- parameters num_words changed to topn (for print_topic/show_topic method), with deprecation warning for num_words ldamallet num_words changed to topn with deprecation warning To make the code consistent with the api- parameters num_words changed to topn (for print_topic/show_topic method), with deprecation warning for num_words * hdpmodel topn/num_words conflict resolved * dtmmodel topn/show_topic conflict resolved * ldamallet topn/num_words conflict resolved * whitespace error resolved * whitespace error resolved * split multi-line comments in hdpmodel * splitting multi-line comments in dtmmodel * splitting multi-line comments for ldamallet
- Loading branch information