I was unable to import spacy on Kaggle and here’s how I solved the problem
I have spent the last couple of days working on the spacy library, which is an open source library used to convert words to vectors in Natural Language Processing, or NLP.
Today I spent several hours tackling a complex problem. For some reason I could not get spacy to be install and import on Kaggle and all of my efforts to search for the…