How to create a word list after applying a model?
Stann
New Altair Community Member
I have created a branch for training and testing a Naive Bayes classification model.
After training and testing I apply the model to a new data set.
I want to create a word list from this new data set, however when I connect the word list port of the "Process Documents from Data"-operator I get the word list which was generated in the "training and testing" branch.
Does anyone know how I can do this?
Here is my process:
After training and testing I apply the model to a new data set.
I want to create a word list from this new data set, however when I connect the word list port of the "Process Documents from Data"-operator I get the word list which was generated in the "training and testing" branch.
Does anyone know how I can do this?
Here is my process:
0
Best Answer
-
You can simply store the wordlist as any other dataset. So use the 'store' operator and save it somewhere in your repo.
Then you can call it whenever you want and where you want. The system knows it's a wordlist thanks to the metadata stored so nothing fancy to do.0
Answers
-
You can simply store the wordlist as any other dataset. So use the 'store' operator and save it somewhere in your repo.
Then you can call it whenever you want and where you want. The system knows it's a wordlist thanks to the metadata stored so nothing fancy to do.0