taxi

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

commit a1b1252170099b2ebc389bdf344020561541de30
parent 6a0b47a2fc7c4e800f14212ae81dbd56de17fa94
Author: AdeB <adbrebs@gmail.com>
Date:   Sat, 25 Apr 2015 10:24:04 -0400

forgot to replace PREFIX.

Diffstat:
Mdata.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data.py b/data.py @@ -9,7 +9,7 @@ from fuel.iterator import DataIterator if socket.gethostname() == "adeb.laptop": DATA_PATH = "/Users/adeb/data/taxi" else: - PREFIX="/data/lisatmp3/auvolat/taxikaggle" + DATA_PATH="/data/lisatmp3/auvolat/taxikaggle" client_ids = {int(x): y+1 for y, x in enumerate(open(DATA_PATH+"/client_ids.txt"))}