How do I create multiple word clouds from an exampleset with multiple topics?
ccrj
New Altair Community Member
I have an exampleset that contains 10 topics, and each topic contains 20 words (200 examples total). Refer to the attached file for the exampleset. How do I create 10 different word clouds (1 for each topic) of 20 words (associated with each topic)?
Tagged:
0
Best Answer
-
Hi @ccrj,
A possible solution is to use the loop values operator with your dataset and separate it into a subsets per topic and apply the wordcloud to each topic.please check the attached sample process.Cheers,Cesar0
Answers
-
Hi @ccrj,
A possible solution is to use the loop values operator with your dataset and separate it into a subsets per topic and apply the wordcloud to each topic.please check the attached sample process.Cheers,Cesar0 -
Thanks Cesar!1