
Your CSV files for the training data must conform to the
following format:

1) The first row must name the features.  It must begin with
   the empty string `""' as shown in the example file named
   below.

2) The feature names in the first row of the CSV file must
   be double-quoted, again as in the file named below.

3) The first column for all subsequent rows must carry a
   unique integer identifier, which must be double-quoted,
   for each data record.

4) There must NOT be any blank lines in your file.


    See the file 

              stage3cancer.csv

    for an example.

