kaggle_redefining_cancer_treatment icon indicating copy to clipboard operation
kaggle_redefining_cancer_treatment copied to clipboard

Error in wordtovec

Open rajitnair opened this issue 6 years ago • 0 comments

Dear I am getting an error when I am executing the code in python3, code is given below from gensim.models import word2vec w2vec = get_word2vec( MySentences( df_train['Text'].values, df_val['Text'].values ), 'w2vmodel' ) Error is: w2vmodel not found. training model

rajitnair avatar Aug 04 '18 13:08 rajitnair