Posts by golfadas • 146 points
2 posts
-
1
votes2
answers74
viewsA: FATAL failed to allocate memory
The problem is that the pc where you are running this code does not have enough memory to run Libsvm with 38000 tweets. Try reducing the amount of tweets.
-
2
votes1
answer347
viewsA: How to compare dates that come from a CSV file in Ruby
David, the general idea of what you have to do to achieve your goals is to first process the data: Read data from data.csv file Throw out the first two lines Convert each String to an Array with 3…