I am trying to run a python program using Pycharm IDE but unable to do so without stumbling into "Your system has run out of application memory". After some research I came across a suggestion of using Microsoft Azure ML. Can anyone point me to some helpful links that can get me started or any other suggestions at all?
Edit: I am working with a data that has 400,000 samples and ~5000 samples and I want to use chi2 feature selection but I am unable to run the program.
You can use: PyPy to run your program with less memory usage and more speed. see this pypy site