Closed
Description
System information
- **Win10
- **.NET 4.7.2
- **ML.NET 1.3.1
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.