0

I have never coded using python and I have to use it for my summer research project.

I'm learning ML(machine learning) techniques and i'm stuck. As you see from the attached picture. I can't load a csv file.(which is kdd 99 test data according to UCI KDD Archieve https://kdd.ics.uci.edu/databases/kddcup99/kddcup99.html) Could you please help me solve this problem?

scan of the file and error

glls
  • 2,325
  • 1
  • 22
  • 39
Kai. Cho
  • 1
  • 1
  • 1
    Do you know what a ["MemoryError"](http://stackoverflow.com/questions/5537618/memory-errors-and-list-limits) is? – alexis Nov 27 '16 at 23:39
  • 1
    How big is the file you're trying to load, and how much RAM do you have? Your RAM is less than the size of the file you're trying to load. Also, you ought to read [this](https://docs.python.org/3/library/exceptions.html). – blacksite Nov 27 '16 at 23:43
  • Hi alexis : I searched about "MemoryError" which is not enough memory right? – Kai. Cho Nov 30 '16 at 22:25
  • Hello not_a_robot: Well the size of file is about 16mb and the RAM which I have 8GB. – Kai. Cho Nov 30 '16 at 22:27

0 Answers0