Open vinayakumarr opened 8 years ago
numpy MemoryErrors are typically caused by not having enough contiguous memory to form the array. Related Stack Overflow Question
I would suggest trying with a smaller training set to see if that runs without error, then trying to free some resources to run with the larger set.
could you please specify which are all classifiers you are using and its accuracy
We used an SVM with a linear kernel, which attained an accuracy of 0.87545. Kaggle Competition More details on the implementation can be found in the paper directory.
I installed same verion of numy, scipy, theano,sklearn and drill but still your code generates an error. Please check the attached file for that error