#Topcoder 'LIVING PROGRESS - DATA TO DROPS' challange submission
You just need a vanilla install of Python 2.7.x.
First invoke training with path to training data file (if none passed, default value is training.csv
):
python training.py training.csv
Then run classification script from the command line with 2 parameters: (input filename and output destination filename)
python classification.py input.csv output.csv
dev: Paweł Gutkowski (mail: [email protected])