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

Replacing TFIDF with Word2Vec

EsiEsi Member Posts: 1 Learner I
I was using TFIDF  in my process, now I want to use wrod2vec instead of that. I have a CSV file that contains 3 columns
  • Name
  • Review
  • Sentiment
for reading my data and prepare it for word2vec I did this:

but when I open the stored file, it's an empty file:

I can't find the problem, I really appreciate if any help

Answers

  • kaymankayman Member Posts: 662 Unicorn
    Ensure your field to analyze is of text format, use nominal to text in order to do so if it's not the case.
Sign In or Register to comment.