Options

How to create a word list after applying a model?

StannStann Member Posts: 5 Learner I
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:

Best Answer

  • Options
    kaymankayman Member Posts: 662 Unicorn
    Solution Accepted
    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.
Sign In or Register to comment.