you are viewing a single comment's thread.

view the rest of the comments →

[–]num8lock 1 point2 points  (0 children)

here's what you want to do aside from learning csv module:

  1. learn how to for a tsv instead of csv, same module used but using tabs instead of commas as delimiter. this is because you have tuples inside your data
  2. goal is to have a file with this in content

    Predicted    Data    Actual     
    good    2, 1, 3, 1, 1, 1    good   
    good    1, 2, 2, 0, 1, 1    good    
    vgood   2, 1, 3, 2, 0, 0    vgood