Using the Kaggle subset from here: https://www.kaggle.com/auriml/eligibilityforcancerclinicaltrials
and properly rename it.
I run the CNN model 'python text_classifier.py' and receive:
'No such file or directory './wordEmbeddings/vectorsFastText.vec'.
Clearly we're missing the vector file. Do we need to train word2vec using 'python fasttext_word_embeddings.py' first?
Thanks,
Doug