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

Can´t execute a Word2Vec model

AmbassgorantAmbassgorant Member Posts: 1 Learner I
edited July 14 in Help
I was assigned this model to run it and see what it does, but this is what I get after hitting Play and wait for 20 minutes for the Word2Vec features to finish. I do not understand what that warning says... should I add something in Parameters?

Tagged:

Answers

  • Guru_CharanGuru_Charan Member Posts: 6 Contributor II
    Hi, as far as I know there is a mismatch in the type of attributes. So I think using operators like numerical to nominal before "apply model" operator can help.
  • rjones13rjones13 Member Posts: 204 Unicorn
    Hi,

    This error appears to suggest that the attribute mentioned in the message isn't present in your testing split. This is slightly odd, given it looks as though the same transformation is happening to the data. You could try Right-click > Add breakpoint after your subprocesses named Word2Vec Features and check the data is identical. Otherwise I'd suggest attaching your process and data and someone hopefully can take a look.

    Best,

    Roland

    P.S The community will be in read only mode from 6am EST today until the 25th
Sign In or Register to comment.