Replacing TFIDF with Word2Vec
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




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

I can't find the problem, I really appreciate if any help
- Name
- Review
- Sentiment

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

I can't find the problem, I really appreciate if any help
Find more posts tagged with
Sort by:
1 - 1 of
11

Ensure your field to analyze is of text format, use nominal to text in order to do so if it's not the case.