renan-campos / MSA

Movie Sentiment Analyzer
0 stars 0 forks source link

generates an error #2

Open vinayakumarr opened 8 years ago

vinayakumarr commented 8 years ago

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 547b4fd6-2a7f-11e6-99f5-ec5c8da5f841

renan-campos commented 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.

vinayakumarr commented 8 years ago

could you please specify which are all classifiers you are using and its accuracy

renan-campos commented 8 years ago

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.