The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

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

  • 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.