taxi

Winning entry to the Kaggle taxi competition
git clone https://esimon.eu/repos/taxi.git
Log | Files | Refs | README

commit 294afc20266372ab8d9051ae5a42912be739d01a
parent 0e52813a4e435cddeb80ec9972b2bf1fc791c0cc
Author: AdeB <adbrebs@gmail.com>
Date:   Sun, 21 Jun 2015 14:44:51 -0400

Import cPickle

Diffstat:
Mtrain.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/train.py b/train.py @@ -1,5 +1,6 @@ #!/usr/bin/env python2 +import cPickle import importlib import logging import operator