-
Notifications
You must be signed in to change notification settings - Fork 1.9k
LDA Get Words for Topics #4322
Copy link
Copy link
Closed
Labels
P1Priority of the issue for triage purpose: Needs to be fixed soon.Priority of the issue for triage purpose: Needs to be fixed soon.enhancementNew feature or requestNew feature or requestloadsaveBugs related loading and saving data or modelsBugs related loading and saving data or models
Metadata
Metadata
Assignees
Labels
P1Priority of the issue for triage purpose: Needs to be fixed soon.Priority of the issue for triage purpose: Needs to be fixed soon.enhancementNew feature or requestNew feature or requestloadsaveBugs related loading and saving data or modelsBugs related loading and saving data or models
Type
Fields
Give feedbackNo fields configured for issues without a type.
System information
I am trying to get the top N words for each topic after an LDA Transform but cannot seem to figure out how to do. I've used Infer.Net and it returns the topics and top 20 words, is there a way to do it in ML.NET using the LDA Xform? I've used relfection to look through almost everything in the xformer but cannot seem to find anything that would work?
The goal is to use the top N words to label a topic for display and to further determine if we need more/less topics based on repeating words.