I have a Python code, I get the following error when executing:
m_f = np.zeros((len(docs_f), len(vocab)))
MemoryError: Unable to allocate array with shape (53972, 215413) and data type float64
Looks like I have a memory problem. I'm using a Windows 10 system with 16GB of RAM, can anyone work out a solution to my problem?