Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

when setting output_topic_word_summary=True, still can not get the topic-words summary in output #405

Open
Wuliyuanulb opened this issue Jan 6, 2020 · 1 comment
Labels
P1 Needs to be fixed soon.

Comments

@Wuliyuanulb
Copy link

Describe the bug
in the LightLda module, I wanna get the topic-words summary outputs, setting:
output_topic_word_summary=True,
num_summary_term_per_topic=20
but i can not get the topic words summary in outputs. the only output is the probability of each review belonging to each topic.

Expected behavior
get a summary of topic words, like:
topic0: good, exellent...
topic2: one, two, three...

@antoniovs1029
Copy link
Member

Hi, @Wuliyuanulb .

Unfortunately, as you've noted, there's a problem with the output_topic_word_summary parameter, and it actually doesn't make any difference if you set it to True or False.

It seems this problem actually traces back to ML.NET, and I am looking into it right now. It might, or might not, be related to the problem of ML.NET not exposing APIs to get the topic-word summary at all:

dotnet/machinelearning#4322

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P1 Needs to be fixed soon.
Projects
None yet
Development

No branches or pull requests

3 participants