🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Using Word Vector in Model"

User: "Duffy"
New Altair Community Member
Updated by Jocelyn

Hi

 

Issue/Problem: 

  • I have created a Word Vector using the "Process to Documents from Data operator"
  • I configured the operator to create Term Occurences. 
  • This generated over 3,000 atrributes which shows the number of times each word appears in an example.  Eg the word "good" appears 10 times in row 5 (so far so good)
  • I now want to select some of these words and use them as an atttribute when building a model.
  • I thought the Select Attribute operator would do this, but it only shows the original attributes and not the new word vectors that were created.

Can someone point me to the correct operator so that I can select the word vectors I want to use?

 

Thanks

Duffy

Sort by:
1 - 1 of 11
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer

    Hi Duffy,

     

    the problem here is the metadata propagation. RM cannot predict based on the metadata which attributes will be present. What you can try is to take the meta data from the last execution. To do this try Process->Synchronize Meta Data with Real Data and run it once.

     

    ~Martin