Question: I’d like to take a Spark LDA Model’s term indices from the .describeTopics() output and match them to the appropriate term in the count vectorizer’s vocabulary. Here is the point of friction: My desired output would be the above ...
Question: I’d like to take a Spark LDA Model’s term indices from the .describeTopics() output and match them to the appropriate term in the count vectorizer’s vocabulary. Here is the point of friction: My desired output would be the above ...