evgenymun / kaggleSpringLeaf

0 stars 0 forks source link

AWS #1

Open evgenymun opened 8 years ago

evgenymun commented 8 years ago

My laptop doesn't have enough memory to read in the train.csv. We need to install anaconda and spark on AWS. I ran this code and with no result:

import pandas as pd train = pd.read_csv("input/train.csv") print('\nSummary of train dataset:\n') print(train.describe())

It looks like i need at least 8GB which i don't have.

TalkData2Me commented 8 years ago

Did you try the edX VM? On Sep 4, 2015 11:24 PM, "evgenymun" notifications@github.com wrote:

My laptop doesn't have enough memory to read in the train.csv. We need to install anaconda and spark on AWS. I ran this code and with no result:

import pandas as pd train = pd.read_csv("input/train.csv") print('\nSummary of train dataset:\n') print(train.describe())

It looks like i need at least 8GB which i don't have.

— Reply to this email directly or view it on GitHub https://github.com/evgenymun/kaggleSpringLeaf/issues/1.

evgenymun commented 8 years ago

Yes I tried on vm and regular installation. Vm is running on local resources. I turned off wifi and it worked.